diff options
author | Joas Schilling <coding@schilljs.com> | 2021-12-08 16:59:32 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2021-12-08 18:54:42 +0100 |
commit | 0f1670be8a1fa25ebab9b5d7bdf074adf1587e4d (patch) | |
tree | c9a5b8d4b8437f4f8c506678bf8c86ba4e0f02e5 /lib/public/Contacts | |
parent | 84d37143b0acc1f8b9f06e7609d31f3452ffa555 (diff) | |
download | nextcloud-server-0f1670be8a1fa25ebab9b5d7bdf074adf1587e4d.tar.gz nextcloud-server-0f1670be8a1fa25ebab9b5d7bdf074adf1587e4d.zip |
Only limit search in the system address book
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Contacts')
-rw-r--r-- | lib/public/Contacts/IManager.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php index 6bf569e9bbd..6d5f318cfa8 100644 --- a/lib/public/Contacts/IManager.php +++ b/lib/public/Contacts/IManager.php @@ -93,7 +93,8 @@ interface IManager { * - 'escape_like_param' - If set to false wildcards _ and % are not escaped * - 'limit' - Set a numeric limit for the search results * - 'offset' - Set the offset for the limited search results - * - 'wildcard' - Whether the search should use wildcards + * - 'enumeration' - Whether user enumeration on system address book is allowed + * - 'fullmatch' - Whether matching on full detail in system addresss book is allowed * @return array an array of contacts which are arrays of key-value-pairs * @since 6.0.0 */ |