Query on 'export' function limit in documents/export
TLDR Bruno asks if the 'export' function is limited to 250 items per page, which Jason denies.
1
Aug 04, 2021 (30 months ago)
Bruno
08:34 PMexport
function also limited to 250 items per page?Jason
08:35 PMBruno
08:48 PM1
Typesense
Indexed 3005 threads (79% resolved)
Similar Threads
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.
Optimizing Uploads to Typesense and Dealing with Hits Limit
Masahiro asked how to upload documents to Typesense faster and about their search feature limit_hits. Jason suggested batching documents and debugged the search query. Issue was resolved.
Increase Search Result Size and Filter Special Characters
Anton requested pagination beyond 250 hits per page and precise filtering for terms with special characters. Jason suggested multi-search as a workaround and planned to address special character filtering in an upcoming release. A Github issue was created to track this feature request.