Skip to content

Commit 8556206

Browse files
Update docs/reference/search/search-your-data/paginate-search-results.asciidoc
Co-authored-by: George Wallace <[email protected]>
1 parent 4ece279 commit 8556206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/search/search-your-data/paginate-search-results.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pagination organizes search results into manageable pages, enhancing user intera
66
The three commonly used pagination techniques are:
77

88
* <<from-and-size-pagination, From and size pagination>>: Ideal for creating a list of pages that users can navigate.
9-
* <<search-after, Search after>>: Designed for seamless navigation, this technique supports “infinite scroll” experiences or enables users to load additional results by pressing a “next button.
9+
* <<search-after, Search after>>: Supports infinite scroll or allows loading additional results with a "next" button.
1010
* <<scroll-search-results, Scroll>>: Historically used to retrieve all matching documents for display or export. However, we now recommend using the <<search-after, search after>> method in combination with the <<point-in-time-api, point in time API>> for improved efficiency and reliability.
1111

1212
[discrete]

0 commit comments

Comments
 (0)