-
Type:
Improvement
-
Resolution: Won't Fix
-
Priority:
Minor
-
Affects Version/s: V4.01_OS
-
Component/s: ABNF
-
None
ABNF rules allow the production
collectionNavNoCastExpr = filterExpr keyPredicate
which enables things like
Order('A')/Items/$filter(Product eq 'Sugar')(ItemNumber=2)
Is the $filter redundant since a key predicate follows anyway? Or does this ensure that item #2 is returned only if its product is sugar?