Changing filter_by in InstantSearchAdapter via Dropdown
TLDR Gerald asked how to change filter_by using a dropdown in InstantSearchAdapter. Jason shared a link to a widget that does something similar.
Powered by Struct AI
2
3mo
Solved
Jun 15, 2023 (3 months ago)
Gerald
Gerald
06:11 AMUsing instantsearchadapter, is there a way to change filter_by via dropdown a user selects for a query? Sort of like the refinementList widget but doesn’t rely on user input. (EX: the dropdown next to amazon search)
Jason
Jason
12:17 PMHere’s a widget that does something like this: https://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/facet-dropdown/js/
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2779 threads (79% resolved)
Similar Threads
Resolving Issue with Instantsearch Sort_by in React
Edward had a problem with sorting functionality in a React component using Algolia's InstantSearch. Jason recommended a potential solution for specifying index names which resolved the issue.
9
16mo
Solved
Customizing UI for Typesense Filters with Instantsearch Adapter
KARTHICK asked about custom UI for typesense filters. Jason suggested creating custom Instantsearch widgets and using typesense-js for direct calls if building own UI widgets.
4
5mo
Solved
Query on Using Typesense's Facet_by Search Parameter
Yoann asked how to use typesense's facet_by parameter. Jason suggested using widgets like refinementList and menu, and shared a link to the Menu connector. Yoann agreed to try this solution.
8
10mo
Solved