Mixing proximity with exact an not exact

Hi,
Is there a way to mix search of words in distance, where one word is exact and the other one isn't, with query_string?
something like:
(Exact("Fox") quick)~2
Is it a combination of quote_field_suffix (as in https://www.elastic.co/guide/en/elasticsearch/reference/6.8/mixing-exact-search-with-stemming.html ) with something else?
In mappings, the field is indexed as analyzed string but I also use copy to another field where there is no analyzer.

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