-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: V4.0_WD01
-
Fix Version/s: V4.0_WD01
-
Component/s: ABNF, URL Conventions
-
Labels:None
-
Environment:
[Proposed]
-
Proposal:
-
Resolution:
ODATA-114 added suppport for /$count to collection valued properties.
This issue tracks supporting /$count in $filter and $orderby. For example, we could support:
GET ~/Friends?$filter=Interests/$count gt 10&$orderby=Interests/$count
for either collection properties or navigations.