Commit 743976ae authored by mku's avatar mku

ZP-306 #comment In the GAL search also lookup email address #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1603 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 1a56f68a
...@@ -203,6 +203,7 @@ class MAPIUtils { ...@@ -203,6 +203,7 @@ class MAPIUtils {
array( array(
array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_DISPLAY_NAME, VALUE => $query)), array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_DISPLAY_NAME, VALUE => $query)),
array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_ACCOUNT, VALUE => $query)), array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_ACCOUNT, VALUE => $query)),
array(RES_CONTENT, array(FUZZYLEVEL => FL_SUBSTRING | FL_IGNORECASE, ULPROPTAG => PR_SMTP_ADDRESS, VALUE => $query)),
), // RES_OR ), // RES_OR
), ),
array(RES_OR, array(RES_OR,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment