Implementing Search over Multiple Collections in Node.js
TLDR KARTHICK asked for guidance on performing a search over multiple collections in Node.js. Kishore Nallan suggested using federated search.
Powered by Struct AI
1
3
10mo
Solved
Dec 05, 2022 (10 months ago)
KARTHICK
KARTHICK
05:13 AMI have a doubt to do a search over multiple collection in nodejs any one have a guide line to execute this ?????
Kishore Nallan
Kishore Nallan
05:22 AMLookup at federated search.
1
KARTHICK
KARTHICK
05:24 AMtanks Kishore Nallan ill look throught it.
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
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.
3
12mo
Solved
Multi-Collection Relevance Query in Typesense
Alexander inquired about querying three collections at once in Typesense. Kishore Nallan suggested federated search for the issue.
3
29mo
Solved
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.
9
11mo
Solved