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-36) Make $expand implicit if navigation properties are mentioned in $select or $aggregate


Make $expand implicit if navigation properties are mentioned in $select or $aggregate
-------------------------------------------------------------------------------------

                 Key: ODATA-36
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-36
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData Protocol v1.0, OData URL Conventions v1.0
    Affects Versions: WD01
            Reporter: Martin Zurmuehl
            Priority: Minor
             Fix For: WD01


Currently clients need to repeat themselves when projecting on expanded entities:

GET http://services.odata.org/OData/OData.svc/Products?$select=*,Category/Name&$expand=Category

This could be reduced to 

GET http://services.odata.org/OData/OData.svc/Products?$select=*,Category/Name

because the client explicitly requests Category/Name, and the server can only satisfy that if it expands the Category.

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