algolia / angular-instantsearch

⚡️Lightning-fast search for Angular apps, by Algolia
https://algolia.com/doc/deprecated/instantsearch/angular/v4/api-reference/instantsearch/
MIT License
261 stars 73 forks source link

I could not find what I was looking for #816

Closed lmolteni closed 3 years ago

lmolteni commented 3 years ago

Hi! I have a documentation issue on Angular-InstantSearch, I could not find what I was looking for which is: Implement Multi Index Search with Angular-InstantSearch library

Haroenv commented 3 years ago

In the current version of Angular InstantSearch, this isn't yet possible, but if you upgrade to v4 of Angular InstantSearch (currently in alpha), you can use the ais-index component to search through multiple indices at once

tkrugg commented 3 years ago

Just for the record, If you can't use the 4-alpha yet, you can try using connectAutocomplete. The solution is documented here https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/multi-index-search/angular/