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
{{ message }}
This repository was archived by the owner on Jan 31, 2022. It is now read-only.
Update README Android
[This list might not be relevant]
Clarification of the filters default attribute name
Merge pull request #59 from algolia/js/examples
docs(js): Give more emphasis on using autocomplete and instantsearch
docs(js): Give more emphasis on using autocomplete and instantsearch
We would like people to use autocomplete and instantsearch instead of
building their UIs manually, so I'm giving a bit more emphasis on
those libraries in the doc.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1059,6 +1059,8 @@ You can also use a string array encoding (for example `numericFilters: ["price>1
1059
1059
<code>available=1 AND (category:Book OR NOT category:Ebook) AND public</code>
1060
1060
<code>date: 1441745506 TO 1441755506 AND inStock > 0 AND author:"John Doe"</code></p>
1061
1061
1062
+
<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>
0 commit comments