Embedding Search Query and Filters in URL with instantsearch.js
TLDR John inquired about embedding search query and filters into URLs with instantsearch.js. Jason responded with an affirmative, provided a solution and documentation link.
3
Jun 03, 2021 (30 months ago)
John
12:12 AMmascara
and the filters are the part of the URL after the question mark. It would be so awesome to be able to save a search!Jason
12:16 AMrouting: true
when initializing instanstearch like this: https://github.com/typesense/showcase-recipe-search/blob/7a9396a76fbfc4b749531fc34546fa92ba654b10/src/app.js#L1401
Jason
12:17 AM1
John
01:05 AM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
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.
Parameters for Quick Start Search Query
A asked how to auto-run a search query. Kishore Nallan suggested the 'additionalSearchParameters' field, while Jason proposed using 'routing: true'.
Issues with InstantSearch Autocomplete and Dropdown UI
Keith was having issues implementing the Instantsearch autocomplete search field and dropdown UI. Jason clarified that `querySuggestionsPlugin` is for autocomplete.js, advising to use the autocomplete widget of instantsearch.js and shared a link to style widgets. Keith successfully implemented the suggestions.