I have documents that represent users. They have fields name
and surname
.
Let\'s say I have two users indexed - Michael Jackson and Michael Sta
Jack Mich type of searches
You are using the correct query type. These two should solve your problems.
PS: We all are learning here, doing that together is fun :)
To answer your second problem:
It cannot be set to fuzzy search. I really need the fuzzy search but keep the quality of multi_match with cross_fields type.
The cross_fields query does not support fuzzy searching. See the issue on GitHub:
https://github.com/elasticsearch/elasticsearch/issues/6866