We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acf716 commit 9dda097Copy full SHA for 9dda097
src/commonMain/kotlin/com/algolia/search/endpoint/EndpointSearch.kt
@@ -128,7 +128,7 @@ public interface EndpointSearch {
128
* would match against the given [match] function.
129
* If no object has been found within the first result set, the function
130
* will perform a new search operation on the next page of results, if any,
131
- * until a matching object is found or the end of results, whichever
+ * until a matching object is found or the end of results is reached, whichever
132
* happens first.
133
* [doNotPaginate] will stop the function at the end of the first page of search results even if no object does
134
* match.
0 commit comments