Skip to content

Commit d2eaaed

Browse files
authored
Update README.md
1 parent c372e8a commit d2eaaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ genres:
175175

176176
`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

178-
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.
178+
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

181181

0 commit comments

Comments
 (0)