Multi match query with quote field suffix

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.