Skip to content

Commit c24dadb

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

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
@@ -645,7 +645,7 @@ You can use the following optional arguments:
645645
<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>
646646

647647
<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>
649649
<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>
650650
<li><p><code>attribute</code> (default): exact set to 1 if there is an attribute containing a string equals to the query</p></li>
651651
</ul>
@@ -2006,7 +2006,7 @@ To get a full description of how the Ranking works, you can have a look at our <
20062006
<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>
20072007

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

0 commit comments

Comments
 (0)