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] Created: (ODATA-230) Support use of named parameters in $filter and $orderby


Support use of named parameters 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 CSDL v1.0, OData Protocol v1.0
    Affects Versions: WD01
         Environment: [Proposed]
            Reporter: Michael Pizzo
            Priority: Minor
             Fix For: WD01


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'


-- 
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]