Skip to content

Commit a3de769

Browse files
committed
[DOC-12752] Fix search-request-params pls
1 parent 5eb3afd commit a3de769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/search/pages/search-request-params.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ You must provide the values in the same order that they appear in the `sort` arr
165165
Your `sort` array must force a total order on your search results.
166166

167167
Values in the `search_before` array must be strings.
168-
You cannot use `search_before` with numbers or other field data types - if your `sort` array includes fields with a date or number type, you cannot use `search_before`.
168+
You cannot use `search_before` with numbers or other field data types - if your `sort` array includes fields with a `date` or `number` type, you cannot use `search_before`.
169169
Only result relevancy score values can be entered as strings in the array.
170170

171-
The Search Service starts search result pagination before the document with the values you provide in the array.
171+
The Search Service starts search result pagination before the document with the values you provide in the array.
172172

173173
For example, if you had a set of 10 documents to sort based on `_id` values of 1-10, with `from` set to `2` and `search_before` set to `8`, documents 2-6 appear on the same page.
174174

0 commit comments

Comments
 (0)