Skip to content

Commit 0aa63b2

Browse files
improve wording
1 parent 8ec8667 commit 0aa63b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn/relevancy/ranking_rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Depending on your needs, you might want to change this order. To do so, use the
2929

3030
Results are sorted by **decreasing number of matched query terms**. Returns documents that contain all query terms first.
3131

32-
To ensure optimal relevancy, **Meilisearch always sort results as if the `words` ranking rule were present** with a higher priority than the attributes, exactness, typo and proximity ranking rules. This happens even if the words ranking rule has been removed or set with a lower priority.
32+
To ensure optimal relevancy, **Meilisearch always sort results as if the `words` ranking rule were present** with a higher priority than the attributes, exactness, typo and proximity ranking rules. This happens even if `words` has been removed or set with a lower priority.
3333

3434
<Note>
3535
The `words` rule works from right to left. Therefore, the order of the query string impacts the order of results.

0 commit comments

Comments
 (0)