From 0f1670be8a1fa25ebab9b5d7bdf074adf1587e4d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 8 Dec 2021 16:59:32 +0100 Subject: Only limit search in the system address book Signed-off-by: Joas Schilling --- lib/public/Contacts/IManager.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/public/Contacts/IManager.php') 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 */ -- cgit v1.2.3