TLDR Amrit asks about implementing autocompletion and storing recent queries in Typesense. Kishore Nallan confirms it's being developed and shares build instructions for use.
Do you already have those queries?
do i need to store all the recent queries in typesense?
in a separate collection only for recent queries
Yes you have to collect and store them in a separate collection. The good news is that we are working on a way to do this easily. You just need to send the queries and typesense will do the aggregation and counting and make this available for you. Will have more to share in a couple of weeks.
Kishore Nallan is there any update regarding this feature?
Still working on it. Will update when I've a build to share. Latest by next week.
Okay thank you
Hello Kishore Nallan
Sorry to ask you once again
any update regarding this feature because we don’t want to store all recent queries in a separate collection
I can share a build and instructions later today. Do you use docker? What we will now be able to do is aggregate your search queries automatically but these will still be store in Typesense on another collection.
yes i use docker but not for typesense
You use Typesense cloud?
yes
will you update documentation ?
Please DM me your cluster ID. Will update and post instructions for use.
Amrit
Thu, 18 May 2023 12:49:14 UTChow can i make autocompletion in typesense? backend NestJs frontend React Native. is there any proper documentation ?