Querying and Joining Across Collections
TLDR Dan asked about querying/joining across collections and limits for filter_by. Kishore Nallan clarified it's not possible to join collections and no upper limit exists for filter_by, but advised using the POST multi_search endpoint.
1
Sep 06, 2022 (13 months ago)
Dan
11:25 AMDan
11:26 AMKishore Nallan
11:28 AMNo upper limit for filter_by. Just make sure you are using the POST multi_search end-point because the GET search end-point limits length of query string to 2K characters.
1
Dan
11:28 AMTypesense
Indexed 2776 threads (79% resolved)
Similar Threads
Query on Filtering Documents between Two Collections
Daniel asked about filtering documents across two collections. Kishore Nallan clarified that feature is currently not available but directed the user to a specific open feature request.
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.
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.