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
@@ -645,7 +645,7 @@ You can use the following optional arguments:
645
645
<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>
646
646
647
647
<ul>
648
-
<li><p><code>false</code>: no exact on single word query</p></li>
648
+
<li><p><code>none</code>: no exact on single word query</p></li>
649
649
<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>
650
650
<li><p><code>attribute</code> (default): exact set to 1 if there is an attribute containing a string equals to the query</p></li>
651
651
</ul>
@@ -2006,7 +2006,7 @@ To get a full description of how the Ranking works, you can have a look at our <
2006
2006
<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>
2007
2007
2008
2008
<ul>
2009
-
<li><p><code>false</code>: no <code>exact</code> on single word query</p></li>
2009
+
<li><p><code>none</code>: no <code>exact</code> on single word query</p></li>
2010
2010
<li><p><code>word</code>:<code>exact</code>set to 1if 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>
2011
2011
<li><p><code>attribute</code> (default): exact set to 1if there is an attribute containing a string equals to the query</p></li>
0 commit comments