← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] (ODATA-1188) Allow using instance annotations in $select and $expand

From
OASIS Issues Tracker <>
Date
2018-06-08T11:58:12+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-1188) Allow using instance annotations in $select and $expand
Ralf Handl created ODATA-1188:
---------------------------------

             Summary: Allow using instance annotations in $select and $expand
                 Key: ODATA-1188
                 URL: https://issues.oasis-open.org/browse/ODATA-1188
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: URL Conventions
    Affects Versions: V4.01_CS01
         Environment: Proposed
            Reporter: Ralf Handl
             Fix For: V4.01_CS02


We already allow using instance annotations in $filter, $orderby, and $compute:
{code}
GET [email protected]/any(m:m/severity eq 'error')
{code}

This indirectly allows using instance annotations in $select and $expand:
{code}
GET [email protected] as _at_Core_dot_Messages
         &$select=*,_at_Core_dot_Messages($top=5)
{code}

Which is kind of ugly and loses the canonical name of the instance annotation





--
This message was sent by Atlassian JIRA
(v7.7.2#77003)
← Prev in month ← Prev in thread
Next in thread → Next in month →