Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When querying using "exist" operator in Condition, an existQuery is created and sent to Elasticsearch. According to ES documentation, exist return false the the field in null or empty list - "[]".
The case of an empty list wasn't handled in the eval() method of property condition evaluator. Need to return false if the field exist but has a value which is empty list.