Skip to end of metadata
Go to start of metadata

At the moment, properties that are lists can only be compared using the operators:
=, <>, IN, NOT IN, LIKE or NOT LIKE.

The reasons for that is that for positive operators, for instance "=",

is true if there exists at least one prop = foo

and the negative operator:

is true if there isn't any property = foo (which is NOT the same as saying that there exists at least one prop <> foo).

But for other operators, like > or <, the semantics is not completely clear and thus not implemented.

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.