Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-07-22 19:48:47 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-07-22 19:48:47 +0300
commit77c09252d5333a3665ccd5bf058666d5a26ee3b7 (patch)
treea5c4e7fcd586d225731f3509105e8d8d0d65da2c /lib/public/IAddressBook.php
parent3a6d8174a92734a3cc4be476163f4a98ca4d3f81 (diff)
Dont assign $options to $options and cleanup doc
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'lib/public/IAddressBook.php')
-rw-r--r--lib/public/IAddressBook.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/public/IAddressBook.php b/lib/public/IAddressBook.php
index c666311ffb2..8d86773e771 100644
--- a/lib/public/IAddressBook.php
+++ b/lib/public/IAddressBook.php
@@ -62,9 +62,10 @@ namespace OCP {
/**
* @param string $pattern which should match within the $searchProperties
* @param array $searchProperties defines the properties within the query pattern should match
- * @param array $options Options to define the output format
- * - types boolean (since 15.0.0) If set to true, fields that come with a TYPE property will be an array
+ * @param array $options Options to define the output format and search behavior
+ * - 'types' boolean (since 15.0.0) If set to true, fields that come with a TYPE property will be an array
* example: ['id' => 5, 'FN' => 'Thomas Tanghus', 'EMAIL' => ['type => 'HOME', 'value' => 'g@h.i']]
+ * - 'escape_like_param' - If set to false wildcards _ and % are not escaped
* @return array an array of contacts which are arrays of key-value-pairs
* example result:
* [