-
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:
Today parameter aliases can be used in the path portion of a request, but not the $filter or $orderby operations.
We would like to add support for parameter aliases in $filter and $orderby, for example:
~Movies?$filter=substringof(Title,@title)&@title='supercomputer'
or even
~Movies?$filter=Title eq @title&@title='Wizard of Oz'