ODataDynamicModel: Example not working with queries
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 505
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
The ODataDynamicModel can return
GET http://localhost:5000/odata/anotherdatasource/Schools
but not the mentioned
GET http://localhost:5000/odata/mydatasource/Products(1)/Name
See description here: https://github.com/OData/AspNetCoreOData/tree/main/sample/ODataDynamicModel
So no filter, top or whatever criterias are working.
Do I have to enable something additionally to make it work?
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 with the sample/ODataDynamicModel description and reproduce the two listed requests: Schools and Products(1)/Name. Trace how the sample handles the dynamic data source and query requests, including filter and top criteria. Done means the documented product-property query and other listed query options work as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100