Issue with `typesense-instant-search-adapter` Filters
TLDR Mathieu had trouble applying a default filter for the typesense-instant-search-adapter
. They resolved their issue after Jason suggested checking the version of the adapter, which turned out to be outdated.
1
Jun 28, 2022 (16 months ago)
Mathieu
12:46 PMtypesense-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...Mathieu
12:59 PM<ais-configure
:filters="`category.channels:=[${channel}]`"
></ais-configure>
But I cannot see the filter being applied in the requests 😞
Jason
05:10 PMHere's more context around this issue: https://github.com/typesense/typesense-instantsearch-adapter/issues/110#issuecomment-1112633962
Jun 29, 2022 (16 months ago)
Mathieu
07:50 AM1
Typesense
Indexed 2786 threads (79% resolved)
Similar Threads
Addressing `filterBy` Issues and Using `configure` Widget
Sean had issues with `filterBy` and understanding negation. Jason suggested using `configure` widget and updated the adapter, resolving the issues.
Resolving Typesense Setup Issues with VueJS
A sought help with setting up Typesense in a CDN VueJS application. Jason guided him to adjust the initialization and provided a solution to an undefined item warning, resulting in a successful setup.
Vue-InstantSearch Default Page Issue with Typesense Integration
Mehul is having issues setting the default page number with vue-instantsearch and Typesense. Jason suggests asking the vue-instantsearch team and trying the configure widget.