Using Real Time Filters with Instasearch in React
TLDR Davide was questioning about using real time filters with instasearch in React. Jason clarified how it works and gave suggestions. However, Davide decided to use "raw" js client instead for personalized features.
May 19, 2021 (33 months ago)
Davide
12:24 AMJason
12:28 AMDavide
12:29 AMJason
12:31 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Implementing Dropdown Menu for Filtering Date Ranges with Typesense and React Hooks
Christoph wanted to implement a dropdown menu to filter search results by a date range using Typesense and React InstantSearch Hooks. Jason suggested creating a custom widget and adapting the DateRangePicker widget for relative dates.
Issues with React InstantSearch Refinement List Search
alex is having trouble with react instantsearch refinement list search not showing all results. Kishore Nallan suggests using a higher max_candidates value and a later 0.24 RC build and offered to help with diagnosing the issue in detail.
Changing Filter Type on React's Instantsearch Client
Rushil asked how to change the Filter in react's instantsearch. Jason recommended using the `label` or `value` prop.