Skip to content

Commit 7a481c5

Browse files
committed
typo
1 parent 2362feb commit 7a481c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-pagination-page-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Notice that document 2 is fetched twice. This is because the new document 5 has
7070

7171
## Ordering results
7272

73-
For full text search queries, results are automatically ranked by a search score, calculated based on term frequency and proximity in a document, with higher scores going to documents haivng more or stronger matches on a search term. Search scores convey general sense of relevance, relative to other documents in the same results set, and are not guaranteed to be consistent from one query to the next.
73+
For full text search queries, results are automatically ranked by a search score, calculated based on term frequency and proximity in a document, with higher scores going to documents having more or stronger matches on a search term. Search scores convey general sense of relevance, relative to other documents in the same results set, and are not guaranteed to be consistent from one query to the next.
7474

7575
As you work with queries, you might notice small discrepancies in ordered results. There are several explanations for why this might occur.
7676

0 commit comments

Comments
 (0)