From db20dc7e177c8bfb263e7bbd229fac7b9a891cf1 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 23 Sep 2014 13:11:49 +0300 Subject: [PATCH] doc/obex-api: Split FilterBy into FilterAll and FilterAny This makes a simpler API and document the fact that they cannot be used together. --- doc/obex-api.txt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/doc/obex-api.txt b/doc/obex-api.txt index f80ef3940..a39abc0d8 100644 --- a/doc/obex-api.txt +++ b/doc/obex-api.txt @@ -473,14 +473,19 @@ Filter: string Format: Possible values can be query with ListFilterFields. - array{string} FilterBy: + array{string} FilterAll: - Filter items by fields. Default do not filter by - fields. + Filter items by fields using AND logic, cannot be used + together with FilterAny. - Possible values can be query with ListFilterFields - excluding the first item that must be either '&' or - '|' that apply AND or OR logic respectively. + Possible values can be query with ListFilterFields. + + array{string} FilterAny: + + Filter items by fields using OR logic, cannot be used + together with FilterAll. + + Possible values can be query with ListFilterFields. bool ResetNewMissedCalls -- 2.47.3