Disabling Pagination Limit on Returned Hits
TLDR Radi asked if the hits limit could be removed, but Jason stated that the only way was to use the documents export endpoint which is not quite what Radi required, resulting in a decision to adjust the pagination limit.
Feb 12, 2022 (19 months ago)
Radi
06:10 PMJason
10:14 PMJason
10:16 PMJason
10:17 PMFeb 13, 2022 (19 months ago)
Radi
01:22 AMdocuments export looks interesting but not exactly what I'm looking for. I'm looking to retrieve all results for query
q
I think I'll just bump pagination up the backlog haha
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Disabling Pagination and Retrieving Large Data Sets
Mohsen was looking to disable pagination and retrieve over 250 items. Jason explained that it cannot be disabled for performance reasons but offered an alternative solution using the documents/export endpoint.


Querying Search Results Without Pagination
Krish inquired about fetching all search documents at once without pagination. Jason confirmed it's not possible and suggested opening a GitHub issue for the feature.
Retrieving All Documents: Challenges and Considerations
Masahiro asked about retrieving all documents in one query. Harisaran suggested increasing the `per_page` parameter. Kishore Nallan clarified that getting all results is possible via pagination or export, but implementing query + export feature is in the backlog. It was also discussed that extensively scrolling through search results can cause slower performance.


