fabio martelli created OLINGO-253: ------------------------------------- Summary: $select doesn't comply with specifications Key: OLINGO-253 URL: https://issues.apache.org/jira/browse/OLINGO-253 Project: Olingo Issue Type: Bug Components: odata4-client Affects Versions: V4 0.1.0 Reporter: fabio martelli Fix For: V4 0.1.0
According to the Spec, properties of related entity (navigation property) cannot be directly selected. See $select Spec. Thus, something like as $select=Orders\OrderID is incorrect. If you want to select “OrderID” of “Orders” you can use the following query. http://....?$expand=Orders($select=OrderID) -- This message was sent by Atlassian JIRA (v6.2#6252)