Hi all ! I have an issue using the `typesense-inst...
# community-help
m
Hi all ! I have an issue using the `typesense-instant-search-adapter`: I want to apply a default filter to all my searches. I found this piece of documentation https://github.com/typesense/typesense-instantsearch-adapter#configure which states I should use the configure widget but I really don't get how to use it...
FYI I'm using the Vue InstantSearch component, so I tried :
Copy code
<ais-configure
  :filters="`category.channels:=[${channel}]`"
></ais-configure>
But I cannot see the filter being applied in the requests 😞
j
@Mathieu Could you make sure you're using v2.4.1 of the adapter? Here's more context around this issue: https://github.com/typesense/typesense-instantsearch-adapter/issues/110#issuecomment-1112633962
m
Indeed... I was using the 2.4.0 version 🤦 thanks a million !
👍 1