Skip to content
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

orderby more than one property #75

Open
felipedrumond opened this issue Aug 12, 2019 · 1 comment
Open

orderby more than one property #75

felipedrumond opened this issue Aug 12, 2019 · 1 comment

Comments

@felipedrumond
Copy link

$orderby=Property1 desc,Property2 asc
returns an ordered list by Property1 but ignores Property2 even though all items has the same value for Property1

Is there a way to order by multiple properties? I also noticed that using [Property1] throws an exception.

@krishnasingh1818
Copy link

hi, we are facing same problem. multiple column sort query generating ef query with only the first column rest of the orderby columns ignored.
anyone got this working ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants