Hi, I am looking into instasearch (react) is there...
# community-help
d
Hi, I am looking into instasearch (react) is there a clean way to build real time filters with it? Filtering seems to occur at configuration level, not in real time, am I missing something? Thanks
j
Hi Davide, you can instantiate the instantsearch adapter (with dynamic filters) and instantsearch itself on the fly. I’ve done this in Vue before, where I set the search client to be a reactive variable and every time that variable changes, instantsearch widgets also re-render automatically.
d
Right, after some tries I have abandoned instasearch and will be using your "raw" js client, we have quite a bit of personsalisation to do and instasearch is too opinionated to work for us. Thanks!
j
Got it, yup I’ve found instantsearch can get in your way sometimes. I haven’t done this myself, but I hear instantsearch “connectors” help you customize things extensively