You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jasonbosco i'm not sure how that helps without an example. It seems like you would need the helper to call the searchFunction method rather than accessing the helper via it?
I've found that you can use v-model however I can't find any reference to using v-model in the documentation for this adaptor or the original algolia package so i'm concerned it's not the right way to be going about things.
Description
I would like to do a manual search when clicking somewhere else on a page such as a button.
Steps to reproduce
The instructions given by algolia are to use:
searchClient.helper.setQuery('My Term').search();
Expected Behavior
I expect a search to be performed for "My Term"
Actual Behavior
I get the error
Uncaught TypeError: Cannot read properties of undefined (reading 'setQuery')
This is because
helper
is null in the object returned fromtypesenseInstantsearchAdapter.searchClient
The text was updated successfully, but these errors were encountered: