Skip to content

Commit fc5b2b2

Browse files
committed
[DOCS] Fix scroll param typo
1 parent d6643bf commit fc5b2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/search/scroll-api.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Period to retain the <<scroll-search-context,search context>> for scrolling. See
123123
This value overrides the duration set by the original search API request's
124124
`scroll` parameter.
125125
+
126-
By default, this value cannot must be less than `1d` (one day). You can change
126+
By default, this value cannot exceed `1d` (24 hours). You can change
127127
this limit using the `search.max_keep_alive` cluster-level setting.
128128
+
129129
IMPORTANT: You can also specify this value using the `scroll` query

docs/reference/search/search.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=routing]
161161
Period to retain the <<scroll-search-context,search context>> for scrolling. See
162162
<<request-body-search-scroll>>.
163163
+
164-
By default, this value cannot must be less than `1d` (one day). You can change
164+
By default, this value cannot exceed `1d` (24 hours). You can change
165165
this limit using the `search.max_keep_alive` cluster-level setting.
166166

167167
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=search_type]

0 commit comments

Comments
 (0)