Skip to content

Commit 7c9ac4b

Browse files
committed
[DOCS] Fix the terms enum API docs for search_after (#76991)
1 parent 75dd9ac commit 7c9ac4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/search/terms-enum.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Defaults to false.
9898
query rewrites to `match_none`.
9999

100100
[[terms-enum-search_after-param]]
101-
`string`::
101+
`search_after`::
102102
(Optional, string)
103103
The string after which terms in the index should be returned. Allows for a form of
104-
pagination if the last result from one request is passed as the search_after
104+
pagination if the last result from one request is passed as the `search_after`
105105
parameter for a subsequent request.

0 commit comments

Comments
 (0)