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

plus symbol in query string fails orderby desc #51

Open
jfrankelp opened this issue Feb 19, 2015 · 1 comment
Open

plus symbol in query string fails orderby desc #51

jfrankelp opened this issue Feb 19, 2015 · 1 comment

Comments

@jfrankelp
Copy link

The following fails:
http://localhost/api/Services/Widgets?$orderby=Created+desc

Whereas the following succeeds:
http://localhost/api/Services/Widgets?$orderby=Created desc

Only difference is a space between the Created and desc.

@ccoulson
Copy link

ccoulson commented Mar 5, 2015

+1 running into the same issue myself.

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