summaryrefslogtreecommitdiffstats
path: root/lib/public/Contacts/IManager.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-12-08 16:40:39 +0100
committerJoas Schilling <coding@schilljs.com>2021-12-13 13:48:41 +0100
commitb5d78d0b7cea36fbd2e8ae44610bd5b7f88716c3 (patch)
tree6ee0541a1cad96e41c0daa3447425dda1ecf4baf /lib/public/Contacts/IManager.php
parent86c0b22e974940ddfa01e22fc28c72d6e2e87cdb (diff)
downloadnextcloud-server-b5d78d0b7cea36fbd2e8ae44610bd5b7f88716c3.tar.gz
nextcloud-server-b5d78d0b7cea36fbd2e8ae44610bd5b7f88716c3.zip
Only wildcard search if enumeration is allowed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/public/Contacts/IManager.php')
-rw-r--r--lib/public/Contacts/IManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Contacts/IManager.php b/lib/public/Contacts/IManager.php
index 8d24249e997..6bf569e9bbd 100644
--- a/lib/public/Contacts/IManager.php
+++ b/lib/public/Contacts/IManager.php
@@ -93,6 +93,7 @@ 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
* @return array an array of contacts which are arrays of key-value-pairs
* @since 6.0.0
*/