CQL now treats 'WITH` and `WITH A` equivalently. For #192.
Compare changes
+ 7
− 1
@@ -219,6 +219,12 @@ The following query returns entities which have a _pname1_ property with any val
@@ -219,6 +219,12 @@ The following query returns entities which have a _pname1_ property with any val
@@ -338,7 +344,7 @@ Any result set can be filtered by logically combining POV filters or back refere
@@ -338,7 +344,7 @@ Any result set can be filtered by logically combining POV filters or back refere
* NOT:: The logical negation. Equivalent expressions: `NOT, DOESN'T HAVE A PROPERTY, DOES NOT HAVE A PROPERTY, DOESN'T HAVE A, DOES NOT HAVE A, DOES NOT, DOESN'T, IS NOT, ISN'T, !`
* RECORD,RECORDTYPE,FILE,PROPERTY:: Role expression for restricting the result set to a specific role.
* WHICH:: The marker for the beginning of the filters. Equivalent expressions: `WHICH, WHICH HAS A, WHICH HAS A PROPERTY, WHERE, WITH, .`
* REFERENCE:: This one is tricky: `REFERENCE TO` expresses a the state of _having_ a reference property. `REFERENCED BY` expresses the state of _being_ referenced by another entity.