Using Search URL with Routing Option and SearchBox Widget
TLDR 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
.


Jun 18, 2021 (27 months ago)
John
12:51 AMqueryHook
function of the searchBox
widget...To remove the HTML I was checking wheter the search input field contained some data or not.
Jason
12:52 AMJohn
12:54 AMJason
12:57 AM
Jason
12:58 AMJohn
01:01 AMJason
01:01 AM
Jason
01:02 AMJohn
01:03 AMJohn
01:12 AMJason
01:12 AMJohn
01:12 AMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
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'.
Modifying InstantSearch.js Behavior
John needed help disabling a default behavior in InstantSearch.js. Jason suggested using the searchFunction hook, which resolved the issue.

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.
Discussing Angular Instant Search Optimization
Ivan wanted to optimize Angular Instant Search by triggering search only on typing. Jason provided a solution and relevant documentation links. Kenneth provided additional input and advice.



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.
