how to configure multi index search with typesense...
# community-help
s
how to configure multi index search with typesense-instantsearch-adapter, i cant find it some, i think i saw it somewhere
s
my collections don't have any field in common to go with
Copy code
additionalSearchParameters:
in algolia the index component just works with out any extra config....
j
Right, the issue is that in Algolia searchableAttributes are defined through their UI and not at search time unlike Typesense. So the pre-release version I shared above let’s you specify collection specific search params in the adapter.
s
wow its working 👀