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
Code looks pretty similiar but now I am facing the problem that I want to provide the search by the place search as refinement in the currentRefinement widget. Is that possible?
The text was updated successfully, but these errors were encountered:
I'm not familiar enough with this part of Instantsearch to answer this question, but based on what I know "refinements" usually refers to filters, so you might need to build a custom widget that has access to the full search state inside of Instantsearch, including the search term and use that to build a custom "current refinements" widget.
Description
I am new to typesense and I am currently providing a custom widget for geosearch like you can find at https://codesandbox.io/p/sandbox/yz2nnnl61?file=%2Findex.js%3A45%2C13-45%2C25
Code looks pretty similiar but now I am facing the problem that I want to provide the search by the place search as refinement in the currentRefinement widget. Is that possible?
The text was updated successfully, but these errors were encountered: