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
I want to let users do a search based on the last saved search state on a page without any Instantsearch widgets. Part of saving the previous search can be done but I cannot find a way to convert that to a Typesense-compatible payload so that I could perform Typesense search. I found this old discussion but as I understand it didn't lead to anything.
Is there a way to access the SearchRequestAdapter and _buildSearchParameters methods? Or maybe there is a different way?
I'm using React Instantsearch and the state that I'm trying to use looks something like this:
I want to let users do a search based on the last saved search state on a page without any Instantsearch widgets. Part of saving the previous search can be done but I cannot find a way to convert that to a Typesense-compatible payload so that I could perform Typesense search. I found this old discussion but as I understand it didn't lead to anything.
Is there a way to access the
SearchRequestAdapter
and_buildSearchParameters
methods? Or maybe there is a different way?I'm using React Instantsearch and the state that I'm trying to use looks something like this:
The text was updated successfully, but these errors were encountered: