-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: URL Conventions
-
Labels:None
-
Proposal:
-
Resolution:
Example 106 in OData-URL
http://host/service/Customers?$expand=Orders($filter=$it/Address/City eq ShipTo/City)
uses the navigation property ShipTo of the Orders navigation target. According to section 5.1.1.15, however, ShipTo should be equivalent to $it/ShipTo, a property of the addressed resource Customers:
Properties and navigation properties of the entity type of the set of resources that are addressed by the request URL can be used as operands or function parameters, as shown in the preceding examples.