Clarifying '/multi_search' Response Codes in Typesense
TLDR Pankaj asked if /multi_search
always returns 200 in case of errors. Jason confirmed it does, advising to always parse the response body for potential errors.
Oct 19, 2023 (1 month ago)
Pankaj
01:25 PM/multi_search
always returns 200 ? even though there is error from typesense (Ex field doesn't exists in the collection). TIAJason
01:26 PMSo you want to always parse the response body to look for errors
Oct 20, 2023 (1 month ago)
Pankaj
06:47 AMTypesense
Indexed 3015 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.
Enhancing Vector Search Performance and Response Time using Multi-Search Feature
Bill faced performance issues with vector search using multi_search feature. Jason and Kishore Nallan suggested running models on a GPU and excluding large fields from the search. Through discussion, it was established that adding more CPUs and enabling server-side caching could enhance performance. The thread concluded with the user reaching a resolution.
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.