Concept Flow - Search-as-you-type field
User types a letter
Send partial input to Elasticsearch
Elasticsearch matches partial input
Return matching suggestions
Display suggestions to user
User continues typing or selects suggestion
User types a letter
The search-as-you-type field sends partial user input to Elasticsearch, which returns matching suggestions instantly as the user types.