can I search in multiple index?
Last active 5 months ago
4 replies
39 views
- JA
can I search in multiple index?
- GU
Hi @James Ng
It depends on what you want in the end.
If you want to search in several indexes to get a dedicated result set per searched index, the workaround is to send a search request per index. (We don't offer this natively yet; Ideally in the future, a single HTTP request made of multiple query will permit that).
If you want to search in several indexes to return a single sorted list composed by results from the searched indexes, this is impossible. (We are exploring this feature to hope to provide something that will allow this).
- GU
If you want to grab more information and share with us more details on your need regarding the mult-index search topic, we have a dedicated .
Thanks!
- SH
This is an example: where I included multiple indexes and added them to a single search experience. Currently mutliple indexes is not supported out of the box. But I had implemented the workaround as suggested by @Guillaume MOURIER
Last active 5 months ago
4 replies
39 views