Skip to content

Commit c372e8a

Browse files
committed
Add documentation link to matching strategy
1 parent adab744 commit c372e8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,11 @@ genres:
173173

174174
### Matching strategy
175175

176-
`matchingStrategy` gives you the possibility to choose how Meilisearch should handle the presence of multiple query words.
176+
`matchingStrategy` gives you the possibility to choose how Meilisearch should handle the presence of multiple query words, see [documentation](https://docs.meilisearch.com/reference/api/search.html#matching-strategy).
177177

178178
For example, if your query is `Hello world` by default Meilisearch returns documents containing either both `hello` and `world` or documents that only contain `hello`. This is the `last` strategy, where words are stripped from the right.
179179
The other strategy is `all`, where both `hello` and `worlds` **must** be present in a document for it to be returned.
180180

181-
// TODO: add documentation link
182181

183182
```js
184183
{

0 commit comments

Comments
 (0)