Multi-index Search Feature in Typesense
TLDR A asked about multi-index search in Typesense. Jason confirmed its presence and provided relevant links for more info.
Powered by Struct AI
3
28mo
Solved
May 17, 2021 (28 months ago)
A
A
05:21 AMdoes typesense offer multi-index search within one interface? for example, if i want to search for
Ice Creams
along with Cookies
in one place?Jason
Jason
05:29 AMYes, it does! It's called multi-search or federated search: https://typesense.org/docs/0.20.0/api/documents.html#federated-multi-search
05:31
Jason
05:31 AMSupport for multi-index search in the Typesense InstantSearch adapter is in a pre-release version. More info here on how to use it: https://github.com/typesense/typesense-instantsearch-adapter/issues/38#issuecomment-823752445
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2764 threads (79% resolved)
Similar Threads
Configuring Multi Index Search with Typesense Instantsearch
sonu struggled with setting up multi index search in Typesense Instantsearch. Jason shared a pre-release version that allowed for collection specific search parameters, which resolved the issue.
6
27mo
Solved
Query on 'TypesenseInstantSearchAdapter' Multi-collections Search
Keith queried about searching multi-collections using TypesenseInstantSearchAdapter. Jason clarified it by sharing Instantsearch's relevant documentation link.

4
22mo
Solved
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.



18
2mo
Solved