diff options
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_contacts.php | 1 | ||||
-rw-r--r-- | program/include/rcube_ldap.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcube_contacts.php b/program/include/rcube_contacts.php index e5a4dd80e..23f86e852 100644 --- a/program/include/rcube_contacts.php +++ b/program/include/rcube_contacts.php @@ -141,6 +141,7 @@ class rcube_contacts extends rcube_addressbook * * @param array List of fields to search in * @param string Search value + * @param boolean True for strict (=), False for partial (LIKE) matching * @param boolean True if results are requested, False if count only * @return Indexed list of contact records and 'count' value */ diff --git a/program/include/rcube_ldap.php b/program/include/rcube_ldap.php index 2b2bec280..cdf511cfd 100644 --- a/program/include/rcube_ldap.php +++ b/program/include/rcube_ldap.php @@ -304,6 +304,7 @@ class rcube_ldap extends rcube_addressbook * * @param array List of fields to search in * @param string Search value + * @param boolean True for strict, False for partial (fuzzy) matching * @param boolean True if results are requested, False if count only * @return array Indexed list of contact records and 'count' value */ |