-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
2978
-
Not Needed
Requested improvements to the query parser are listed below. These features are not required for the query serialisation task but are useful in flushing out the JS query syntax.
Description | Syntax Example |
---|---|
SizeOperator | listproperty[SIZE] |
Positional | listproperty[index] |
Positional (First) | listproperty[FIRST] |
Positional (Last) | listproperty[LAST] |
One or more match in collection (membership) | x IN listproperty |
Between | x BETWEEN {a, b} |
One or more match in collection | ANY listproperty = a |
One or more match in collection | SOME listproperty = a |
No match in collection | NONE listproperty = a |
All entries in collection match | ALL listproperty = a |