Hi there, I'm trying to do something pretty simple. If the search term is within quotes, then I want to do a phrase match. If the search term is not in quotes, then I just want to do a standard multi_match.
This scenario seems to be handled with the query_string and quote_field_suffix (https://www.elastic.co/guide/en/elasticsearch/reference/current/mixing-exact-search-with-stemming.html). However, I want to use quote_field_suffix with multi_match. Is this or something similar possible?