Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 8157983

Browse files
author
Clément Le Provost
committed
Merge pull request #86 from algoliareadmebot/master
Update README
2 parents f2a1dfc + 261746c commit 8157983

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,6 +1059,8 @@ You can also use a string array encoding (for example `numericFilters: ["price>1
10591059
<code>available=1 AND (category:Book OR NOT category:Ebook) AND public</code>
10601060
<code>date: 1441745506 TO 1441755506 AND inStock &gt; 0 AND author:&quot;John Doe&quot;</code></p>
10611061
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>
1063+
10621064
<p>The list of keywords is:</p>
10631065
10641066
<ul>

0 commit comments

Comments
 (0)