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
Currently the high level API rewrites non-negated single term expressions to capture the term value regardless of whether the len(query) is 1. This is incorrect in the case where one of the expressions is a single term that evaluates to false.
In addition to capturing the term value, the rewritten query must still check if the value is false.
The text was updated successfully, but these errors were encountered:
tsandall
changed the title
High level API should not rewrite single term expressions if len(query) > 1
Issue with rewriting single term expressions when len(query) > 1
Mar 22, 2017
Currently the high level API rewrites non-negated single term expressions to capture the term value regardless of whether the len(query) is 1. This is incorrect in the case where one of the expressions is a single term that evaluates to
false
.In addition to capturing the term value, the rewritten query must still check if the value is false.
The text was updated successfully, but these errors were encountered: