Customizing Count References and Range Boundaries in Instantsearch
TLDR Vishal asked how to change count references and implement range bounds in Instantsearch. Jason suggested custom widgets and setting up attributes during indexing for these tasks.
Jun 26, 2023 (3 months ago)
Vishal
03:50 PMJason
04:05 PMVishal
04:07 PMVishal
04:27 PMJason
04:27 PMVishal
04:28 PMJason
04:28 PMVishal
04:29 PMJason
04:29 PMJason
04:29 PMNotice how the release year shows up in the UI, and in the dataset (browser dev console network tab - look for multi_search). There’s both a Unix timestamp and also a release_decade
Vishal
04:30 PMVishal
04:31 PMTypesense
Indexed 2764 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.


Troubleshooting Typesense Setup and Understanding Facets and Keywords
Demitri encountered errors when exploring Typesense for the first time. Jason guided them through troubleshooting and discussed facets, keyword settings, and widget configurations. Helin shared a Python demo app and its source code to help Demitri with their project.

React Instant Search Range Slider Issue and Alternative Solutions
Lukas voiced concerns and issues regarding React instant search range slider. Jason suggested a custom range slider, custom code, and using typesense-js directly as potential alternatives and solutions.
Resolving 'stores_count' field sorting issue in Schema
em1nos encountered an issue sorting the 'stores_count' field, which was due to a field disparity in multiple collections. Upon resolving that, a subsequent issue with instant search internally managing sorting came up, which Jason addressed by releasing an updated version of the adapter.


Resolve Facets and Sorting Issues with Typesense
Ethan needed assistance with getting all facet values and sorting results by date using Typesense. Jason provided guidance on how to use Typesense properties to accomplish these tasks, and resolved issues related to specific use-cases provided by Ethan and Rushil.

