Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4-M0
-
Fix Version/s: 2.3.1
-
Component/s: unsupported
-
Labels:None
Description
The CQL FilterBuilder allows to construct a Filter from a CQL predicate string.
It is also needed to allow the parse of simple expressions instead of being obligated to parse a whole predicate.
For example:
(propName + 1.5) / anotherPropName should get parsed as a expression DIV(SUM(propName, 1.5), anotherPropName), but currently it throws an exception since its not a full filter