Hi, is there any way to query on individual words/...
# community-help
a
Hi, is there any way to query on individual words/tokens indexed in a collection? We're thinking about query suggestion (without history). Thanks!
k
Do you want to implement an autosuggest on search queries? Like youtube search which auto completes on potential queries?
a
Yes. Something like that should work. We're also exploring what options we have with Typesense.
Generally, we don't want to rely solely on user input (like history). We think it might introduce content-related issues like unwanted search keys being suggested to all users. This may result in different compliance violations. It'd be great to be suggested based on what has been indexed already in Typesense. But we're willing to explore alternative options.
k
In the 0.25.x version (to be released soon) we have an option that allows you to automatically aggregate user queries and keep the popular ones. See here: https://github.com/typesense/typesense-website/blob/91a371c707629301073851213f4752[…]73b/docs-site/content/0.25.0/api/analytics-query-suggestions.md
a
Thanks!