autocomplete with history
suggested input based on previous entries
or
user input memory-based suggestion system

How do I do that?

You need to store all searches. Then using the search input, you can show the recent searches or those with similar texts

This topic was automatically closed after 70 days. New replies are no longer allowed.