You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve the examples of filters with tags by specifying '_tags:'
[This list might not be relevant]
Improve the examples of filters with tags by specifying '_tags:'
Fix markup on Android
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1045,7 +1045,7 @@ You can also use a string array encoding (for example `numericFilters: ["price>1
1045
1045
</td>
1046
1046
<td class='client-readme-param-content'>
1047
1047
<p>Filter the query with numeric, facet or/and tag filters. The syntax is a SQL like syntax, you can use the OR and AND keywords. The syntax for the underlying numeric, facet and tag filters is the same than in the other filters:
1048
-
<code>available=1 AND (category:Book OR NOT category:Ebook) AND public</code>
1048
+
<code>available=1 AND (category:Book OR NOT category:Ebook) AND _tags:public</code>
1049
1049
<code>date: 1441745506 TO 1441755506 AND inStock > 0 AND author:"John Doe"</code></p>
1050
1050
1051
1051
<p>If no attribute name is specified, the filter applies to <code>_tags</code>. For example: <code>public OR user_42</code> will translate to <code>_tags:public OR _tags:user_42</code>.</p>
@@ -1111,7 +1111,7 @@ You can send multiple queries with a single API call using a batch of queries:
0 commit comments