OData / OData/odataorg.github.io
Does child orderby work on the demo url?
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 73
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
If i use this link ( which should use the correct orderby syntax)
http://services.odata.org/V4/Northwind/Northwind.svc/Orders?$select=OrderID&$expand=Order_Details($select=UnitPrice,Quantity;$orderby=Quantity)&$top=2
The $orderby seems to be ignored. Is this possible or am i doing something wrong?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the provided Northwind service URL and inspect whether the nested $orderby parameter affects the expanded Order_Details results. Compare the observed behavior with the documented OData query syntax, then clarify whether the demo endpoint supports this query or whether the issue needs a documentation or service fix.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100