Skip to content

Commit cef0c2c

Browse files
docs(README): automatic update
Update README Python [This list might not be relevant] fixed bad value for exactOnSingleWordQuery (false -> none) [ci skip]
1 parent 69164ec commit cef0c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ You can use the following optional arguments:
588588
<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>
589589

590590
<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>
592592
<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>
593593
<li><p><code>attribute</code> (default): exact set to 1 if there is an attribute containing a string equals to the query</p></li>
594594
</ul>
@@ -1908,7 +1908,7 @@ To get a full description of how the Ranking works, you can have a look at our <
19081908
<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>
19091909

19101910
<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>
19121912
<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>
19131913
<li><p><code>attribute</code> (default): exact set to 1 if there is an attribute containing a string equals to the query</p></li>
19141914
</ul>

0 commit comments

Comments
 (0)