-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: ABNF
-
Labels:None
-
Proposal:
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?