You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When combining (x || y) && (x || y) we should not flatten to a single
bool, this triggered a path not well tested. Added even more
combinatorial query dsl tests
NEST/Elasticsearch.Net version: 2
Elasticsearch version: 2
Query:
Result json:
Describe the issue:
wrong bool nesting. all conditions on the same level.
The text was updated successfully, but these errors were encountered: