Skip to content

Commit 2717324

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

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
@@ -7,7 +7,7 @@ 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.
99
* <<search-after, Search after>>: Supports infinite scroll or allows loading additional results with a "next" button.
10-
* <<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.
10+
* <<scroll-search-results, Scroll>>: Historically used to retrieve all matching documents. The <<search-after, search after>> method with the <<point-in-time-api, point in time API>> is now recommended for better efficiency and reliability.
1111

1212
[discrete]
1313
[[from-and-size-pagination]]

0 commit comments

Comments
 (0)