You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The algolia helper supports setting arbitrary query params (using setQueryParameter). However the adapter ignores these.
It would be nice if the adapter could take extra params from here and pass them along to typesense.
I am trying to build a widget that is managed by the instantsearch state to configure the query_by param.
I can directly modify the typesense client, but then the instantsearch routing state doesn't update.
The text was updated successfully, but these errors were encountered:
Description
The algolia helper supports setting arbitrary query params (using setQueryParameter). However the adapter ignores these.
It would be nice if the adapter could take extra params from here and pass them along to typesense.
I am trying to build a widget that is managed by the instantsearch state to configure the
query_by
param.I can directly modify the typesense client, but then the instantsearch routing state doesn't update.
The text was updated successfully, but these errors were encountered: