Open NicoJuicy opened 8 years ago
Hi, I think you use it correctly. However, the Northwind-Service seems to be buggy, especially with respect to $expand. For instance, this request also does not work properly:
http://services.odata.org/V4/Northwind/Northwind.svc/Categories?$expand=Products($filter=UnitPrice%20lt%2010) $filter has no effect in this case, either.
If you try something similar with the TripPin-service, then it works: http://services.odata.org/V4/(S(flziazpqi4wmjxfjp0pmpib2))/TripPinServiceRW/People('russellwhyte')?$expand=Friends($select=UserName,FirstName,LastName;$orderby=LastName)
If i use this link ( which should use the correct orderby syntax)
The $orderby seems to be ignored. Is this possible or am i doing something wrong?