Using react-instantsearch-nextjs, how to change address url? #5929
Replies: 3 comments
-
also the docs here: https://www.algolia.com/doc/guides/building-search-ui/going-further/server-side-rendering/react/#enabling-routing says
but looks like it is not supported by |
Beta Was this translation helpful? Give feedback.
-
the arguments are:
You don't create the historyRouter yourself |
Beta Was this translation helpful? Give feedback.
-
@Haroenv thanks, is there an example or can you please provide a basic example? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using nextjs app router and came across this package
react-instantsearch-nextjs
You can pass routing as a boolean to enable routing:
but url is updated like this:
how can I customize these?
so I want
Beta Was this translation helpful? Give feedback.
All reactions