OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Updated: (ODATA-230) Support use of parameter aliases in $filter and $orderby


     [ http://tools.oasis-open.org/issues/browse/ODATA-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralf Handl updated ODATA-230:
-----------------------------

        Summary: Support use of parameter aliases in $filter and $orderby  (was: Support use of named parameters in $filter and $orderby)
    Component/s: OData ABNF Construction Rules v1.0
    Description: 
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'


  was:
Today named parameters can be used in the path portion of a request, but not the $filter or $orderby operations.

We would like to add support for parameters in $filter and $orderby, for example:
  ~Movies?$filter=substringof(Title,@title)&@title='supercomputer'
 or even 
~Movies?$filter=Title eq @title&@title='Wizard of Oz'



> Support use of parameter aliases in $filter and $orderby
> --------------------------------------------------------
>
>                 Key: ODATA-230
>                 URL: http://tools.oasis-open.org/issues/browse/ODATA-230
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData ABNF Construction Rules v1.0, OData CSDL v1.0, OData Protocol v1.0
>    Affects Versions: WD01
>         Environment: [Proposed]
>            Reporter: Michael Pizzo
>            Priority: Minor
>             Fix For: WD01
>
>
> 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'

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]