Issue with Typesense-JS Query Param Application in Multi-Search
TLDR Aljosa discovers a possible issue with how typesense-js applies query parameters for cache in document search and multi-search, specifically with a collection named "collections".
Feb 15, 2022 (23 months ago)
Aljosa
04:55 PMAljosa
04:56 PMTypesense
Indexed 3005 threads (79% resolved)
Similar Threads
Moving from Algolia to Typesense: Questions and Answers
Juan sought advice from Kishore Nallan about moving from Algolia to Typesense, handling MultiSearch, setting parameters, checking imported documents, and a specific syntax query.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
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.