Modifying Index Name Dynamically in Instant Search Adapter
TLDR KARTHICK wanted to make indexName dynamic in typesense instant search adapter. Jason suggested instantiating the adapter dynamically, while Ivan recommended multi-index search and using multiple pairs of index + hits widgets.


Dec 09, 2022 (9 months ago)
KARTHICK
04:37 AMJason
05:55 AMJason
05:56 AMJason
05:56 AMIvan
07:20 AMhttps://www.algolia.com/doc/guides/building-search-ui/ui-and-ux-patterns/multi-index-search/js/
KARTHICK
07:23 AM
KARTHICK
07:41 AMIvan
08:11 AMKARTHICK
08:13 AM
Typesense
Indexed 2764 threads (79% resolved)
Similar Threads
Configuring Multi Index Search with Typesense Instantsearch
sonu struggled with setting up multi index search in Typesense Instantsearch. Jason shared a pre-release version that allowed for collection specific search parameters, which resolved the issue.
Multi-Index Search with Typesense Instantsearch Adapter
Ailish needed help with multi-index search using the Typesense instantsearch adapter. Kishore Nallan explained the server API separates these search requests, but can be merged using business logic. Jason suggested building custom widgets to do a multi-search request and aggregate scores on the client side.
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.


Resolving Attribute Issue with Instantsearch Adapter
Stefan had a problem using the Instantsearch adapter for multi-index searches. Jason suggests a workaround and asks for a Github issue to be opened. Issue was opened by Stefan and will be reviewed by Jason.
Typesense Sorting Query and Bug Report
michtio is new to Typesense and is querying sorting implementation. Jason shares resources and suggests use of specific adapters. However, michtio shares a bug found when applying a filter on Typesense. Jason asks for a GitHub issue to be opened for the bug.