I am trying to design a query in which, I can use wildcard and Fuzzy query together.
According to me, query_string is used for wildcard searches and multi_match can be used for fuzziness.
I want a query which will search on words :-
"elast" : - provide results elastic and elasticsearch. "elasttc" :- also provide results as elastic and elasticsearch.
Elastic search supports wildcard and fuzzy query together??
Thanks in advance...