Replies: 1 comment 6 replies
-
You can have a layout like this: <ais-instantsearch ...>
<ais-search-box/>
<ais-index index-id="1" ...>
<ais-hits />
</ais-index>
<ais-index index-id="2" ...>
<ais-hits />
</ais-index>
</ais-instantsearch> You can't mix the different hits though. It could also be interesting to check out autocomplete, which could fit your use case as well if you're making a dropdown. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to define multi search for vue-instantsearch components like
<ais-search-box>
? I would like to receive multiple results based on different keywords provided (for the same index).Beta Was this translation helpful? Give feedback.
All reactions