Is there any way to use an inclusive OR with a simple query string?
With my current configuration, I have:
A | B = Every result that have A or B (A, B, AB)
I'd like to have
A | B = Every result that have A AND B then A OR B (AB, A, B)
I can't find anything in the ES's documentation. Is there a way to achieve that behavior?
Here is an example for you:
Ref: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html