Skip to content

Commit e680766

Browse files
KerollmopsCaroFG
andauthored
Improve the wording
Co-authored-by: CaroFG <48251481+CaroFG@users.noreply.github.com>
1 parent e15cca5 commit e680766

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

learn/relevancy/ranking_rules.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ Results are sorted by **increasing distance between matched query terms**. Retur
5252

5353
Results are sorted according to the **[attribute ranking order](/learn/relevancy/attribute_ranking_order)**. Returns documents that contain query terms in more important attributes first.
5454

55-
This ranking rule ignores the position of the matched words within the attribute.
55+
This rule evaluates only the attribute ranking order and does not consider the position of matched words within attributes.
5656

5757
## 5. Attribute position
5858

5959
Results are sorted by the **position of query terms within the attributes**. Returns documents that contain query terms closer to the beginning of an attribute first.
6060

61-
This ranking rule ignores the attribute ranking order.
61+
This rule evaluates only the position of matched words within attributes and does not consider the attribute ranking order.
6262

6363
## Attribute
6464

0 commit comments

Comments
 (0)