Sync Multi index with custom routing #5911
Unanswered
SalmenBejaoui
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, the goal that I'm trying to reach is to not trigger product until I click apply button.
Currently, I'm using Algolia routing to customize the URL. I'm trying to achieve this goal (not sure is the correct way to do it) I had the idea to use
Index
component to encapsulate my filters (including refinement list and price range).I tried different approaches to update my main indexName state using setUiState/setIndexUiState and passing to it the drawer Index state but the main state is resetted every time.
There are other approaches to implement this behavior? Thank you
I'm using the react-instantsearch v7
Beta Was this translation helpful? Give feedback.
All reactions