Multi-search Query for Separate Strings
TLDR bnfd inquired about searching for different strings in one query. Jason suggested multi-search but clarified that it would require de-duplication on the client side.
1
Nov 05, 2021 (24 months ago)
bnfd
04:53 PMJason
05:38 PMJason
05:39 PMbnfd
06:07 PMbnfd
06:14 PMJason
06:15 PMJason
06:15 PMbnfd
06:16 PM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Searching Across Multiple Collections with the Same Query
Tom was curious about executing a single query across multiple collections. John provided a solution through a link to the multi-search function of typesense.org.
Multi-Collection Relevance Query in Typesense
Alexander inquired about querying three collections at once in Typesense. Kishore Nallan suggested federated search for the issue.
Overcoming Query String Error with Multi-Search in Flutter
Andrew was getting a query string error and tried to switch to multi-search. Jason helped them implement it correctly, clarifying the differences between single and multi-search, and confirmed that the multi-search is unbounded.
Multi-Search Query Across Different Collections
Ahmad inquires about performing a multisearch call across different databases. Kishore Nallan provides an example but Edson adds that it's an issue when field names differ per collection.
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.