Enhancing User Experience Through Modified Refinement Filters
TLDR Kor inquired about preventing disappearing checkboxes in refinement filters. Jason recommended making additional search requests without the filter applied to get facet counts.
Sep 26, 2023 (2 months ago)
Kor
08:34 AMIs it possible to configure that they do not disappear, but grey out? This would result in a less “jumpy” user experience. It can be disorienting when you have several refinement filters.
Jason
03:22 PMFor eg, try clicking on the filters in this demo: https://ecommerce-store.typesense.org
and observe the network requests sent to the multi_search endpoint
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Typesense Products Filtering Issue with Mixed AND+OR Filtering
Dmytro faced issues in implementing mixed AND+OR filtering for product filtering on Typesense using `'typesense-instantsearch-adapter'` despite using several approaches and facets. Jason suggested increasing the number of facets fetched and trying a different server version but the issue remains.
Response Issue with Typesense Multisearch Queries
Veikko is finding difficulty in applying multifaceted search filters in a Typesense setup using React InstantSearch. Jason suggested testing with standard widgets, and now requests a replicable example to assist further.
Creating Search Filters and Facets for E-commerce
Stefanie needed assistance creating search filters. Jason recommended examining Typesense network requests to understand the pattern.