Using InstantSearch.js with the Typesense InstantS...
# community-help
t
Using InstantSearch.js with the Typesense InstantSearch adapter, how would I go about sending the
override_tags
parameter? I’m trying to implement curation overrides.
f
The
override_tags
is part of the search parameters, so you would just pass it to your Adapter's config. Currently, it seems to be missing from the types in the main js library, I'll open a PR for it. You should get it to work on runtime though for the time being, it will just return a type error. I'll get back to you once I've opened the PR
t
Woohoo, thank you!
f
We'll then install the latest version in the JS adapter lib in order to get the newest search params interface in our adapter library, to get the LSP working with it
❤️ 1