Is there any Search Widget in Mendix which work as Cached based Keyword search.

1
  Hi All, I want a functionality like Facebook search bar, in which all earlier searched keyword autopopulate when we try to search next time. All Keyword saved as Cache and should complete while input the same one. In Mendix does any widget performs function in this wayin Mendix does any widget performs function in this way    
asked
1 answers
0

If you build your search with elastic search you can provide suggestions vases on hits (not on history) by using suggesters: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters.html

 

Maybe this video helps on how to build search with elastic search in your Mendix app: https://www.mendix.com/videos/how-to-build-full-text-search-capabilities-into-your-mendix-app-with-elasticsearch/

answered