Prefix, Contains and Fuzzy match – Part 3: Feature by feature Autocomplete implementation
This article describes how prefix match, contains match and fuzzy match can be made to work for UI / HTML and voice clients using Elasticsearch or OpenSearch implementations.
How to implement autocomplete search API – Part 2: Getting Basics out of the way!
This blog describes all the steps needed to get an autocomplete search to work, including index creation, data upload to index, calling search api from HTML client and implementing API using AWS lambda, AWS API gateway and AWS open search service.
What is predictive search or auto complete search? – Part 1: The Must Have Features
My learnings from implementing a multi field predictive search aka autocomplete aka autocomplete aka autosuggest. I hope they will accelerate your journey