Redesigning Global Search Using Typesense: Single or Multiple Documents?
TLDR satish queries about the best typesense document structure for global search. Jason advises using multiple collections and multi-search, assuring it's more efficient but suggests benchmarking with their data.
Apr 04, 2022 (19 months ago)
satish
04:09 PMNow we are planning to redesign it using typesense. What is the best way to design the document structure. Is de normalise better or have multiple documents and do multi search
Jason
04:11 PMsatish
04:36 PMsatish
04:37 PMJason
04:45 PMJason
04:46 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Multi-Collection Relevance Query in Typesense
Alexander inquired about querying three collections at once in Typesense. Kishore Nallan suggested federated search for the issue.
Retrieving Multiple Documents by ID in Typesense
Bruno asked about retrieving multiple documents by ID in Typesense. Jason suggested using `filter_by: id:=` and gave advice on POST requests and order preservation. Bruno successfully implemented these solutions.
Multiple Filters and JSON Requests in Typesense
Manish asked about multiple filter_by arguments, JSON input, and using multisearch. Jason offered typesense documentation links, examples, and how to use JSON formatted requests with multisearch. Ed shared a similar use case.