Implementing "Popular Searches" and "Search History" for Autocomplete
TLDR David asked about implementing popular searches and search history features. Kishore Nallan explained it entails gathering and aggregating search queries, sorting by popularity, with plans to simplify this process in Typesense.
1
Dec 12, 2022 (12 months ago)
David
10:11 AMKishore Nallan
11:09 AMquery | count
nike shoe | 20
adidas | 10
Then treat the
count
as a popularity field and use it in sort_by
clause.Kishore Nallan
11:10 AM1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Implementing Functionality to Record Frequently Searched Queries in Typesense
Laura inquired about implementing a feature in Typesense to record frequently searched queries. Jason informed that this feature would be available in the upcoming version 0.25.
Implementing Typesense Search in Select Dropdown Input
KARTHICK sought advice on using typesense search in a select dropdown input. Ivan and Kishore Nallan advised using autocomplete and provided related resources. KARTHICK expressed satisfaction at the advice.
Optimizing Dataset of Podcast Feeds for a Searchable Database
Alexander seeks advice on optimizing a podcast database for search. Kishore Nallan suggests data size and stopwords impact RAM usage, and that benchmarking on 1M records would be useful. satish raises the potential need for vector searching. Both recommend feeding user activity data into ML models for relevancy ranking. Collaboration was suggested.