Parameters for Quick Start Search Query
TLDR A asked how to auto-run a search query. Kishore Nallan suggested the 'additionalSearchParameters' field, while Jason proposed using 'routing: true'.
Feb 12, 2022 (23 months ago)
A
10:58 AMKishore Nallan
10:59 AMA
10:59 AMKishore Nallan
11:00 AMadditionalSearchParameters
try setting the query
key to a default query string.A
11:01 AMJason
03:02 PMrouting: true
in instantsearch, but not sure if that will work in your case given that the search experience is inside your CMS. More context here: https://www.algolia.com/doc/guides/building-search-ui/going-further/routing-urls/js/#basic-urlsTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
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.
Using Search URL with Routing Option and SearchBox Widget
John was unsure how to handle a search URL with "routing option set to true". Jason suggested using a window.load hook and shared a relevant hook to consider. John then successfully solved the problem using the `searchFunction`.
Using Search Query Parameters with React-InstantSearch-Dom
KARTHICK asked if it's possible to send a search query through query parameters with react-instantsearch-dom. Jason provided a helpful resource.