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
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 useIndex 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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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