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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -588,7 +588,7 @@ You can use the following optional arguments:
588
588
<p>This parameter control how the <code>exact</code> ranking criterion is computed when the query contains one word. There is three different values:</p>
589
589
590
590
<ul>
591
-
<li><p><code>false</code>: no exact on single word query</p></li>
591
+
<li><p><code>none</code>: no exact on single word query</p></li>
592
592
<li><p><code>word</code>: exact set to 1 if the query word is found in the record. The query word needs to have at least 3 chars and not be part of our stop words dictionary</p></li>
593
593
<li><p><code>attribute</code> (default): exact set to 1 if there is an attribute containing a string equals to the query</p></li>
594
594
</ul>
@@ -1908,7 +1908,7 @@ To get a full description of how the Ranking works, you can have a look at our <
1908
1908
<p>This parameter controls how the <code>exact</code> ranking criterion is computed when the query contains one word. There is three different values:</p>
1909
1909
1910
1910
<ul>
1911
-
<li><p><code>false</code>: no <code>exact</code> on single word query</p></li>
1911
+
<li><p><code>none</code>: no <code>exact</code> on single word query</p></li>
1912
1912
<li><p><code>word</code>: <code>exact</code> set to 1 if the query word is found in the record. The query word needs to have at least 3 chars and not be part of our stop words dictionary</p></li>
1913
1913
<li><p><code>attribute</code> (default): exact set to 1 if there is an attribute containing a string equals to the query</p></li>
0 commit comments