-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sorting on a grouped nested dynamic property #1244
Fix sorting on a grouped nested dynamic property #1244
Conversation
src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj
Outdated
Show resolved
Hide resolved
src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.csproj
Outdated
Show resolved
Hide resolved
src/Microsoft.AspNetCore.OData/Query/Expressions/QueryBinder.cs
Outdated
Show resolved
Hide resolved
@clemvnt Please check the failing tests. |
I've fixed the tests. |
The base branch was changed.
…ested-dynamic-property
I've changed the base branch to main. This PR is ready. |
…ested-dynamic-property
@clemvnt Are you still working on this PR? |
…ested-dynamic-property
I fixed the merge conflict. The PR is ready. cc. @WanjohiSammy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thank you @clemvnt for your contribution
Issues
#1243
Description
For the following query :
$apply=groupby((Address/DynamicCity))&$orderby=((Address/DynamicCity))
The response was :
Now, the response is :