Skip to content

Commit 6b8feab

Browse files
Update learn/relevancy/custom_ranking_rules.mdx
Co-authored-by: Many the fish <many@meilisearch.com>
1 parent 795b2f0 commit 6b8feab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/relevancy/custom_ranking_rules.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Custom ranking rules sort results in lexicographical order. For example, `Elena`
2626

2727
Since this operation does not take into consideration document relevancy, in the majority of cases you should place custom ranking rules after the built-in ranking rules. This ensures that results are first sorted by relevancy, and the lexicographical sorting takes place only when two or more documents share the same ranking score.
2828

29-
Setting a custom ranking role at a high position may result in a degraded search experience, since users will see documents in alphanumerical order instead of sorted by relevance.
29+
Setting a custom ranking rule at a high position may result in a degraded search experience, since users will see documents in alphanumerical order instead of sorted by relevance.
3030

3131
## Example
3232

0 commit comments

Comments
 (0)