Retrieving All Documents in a Collection with Pagination
TLDR ohm was seeking to retrieve all documents of a collection with pagination, without filters. Kishore Nallan suggested a wildcard search.
Dec 21, 2022 (10 months ago)
ohm
12:34 PMKishore Nallan
12:36 PMq=*
search will be a wildcard searchohm
12:36 PMKishore Nallan
12:56 PMohm
12:56 PMTypesense
Indexed 2786 threads (79% resolved)
Similar Threads
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.
Using Joins Without Filtering Results in Document Retrieval
Ahmed inquired whether joins could be used without filtering results, but needs to provide the schema of collections and a sample query as suggested by Harpreet.