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

Setting the sort order of the package list should change the url #559

Closed
zippy1981 opened this issue Aug 6, 2012 · 2 comments
Closed

Setting the sort order of the package list should change the url #559

zippy1981 opened this issue Aug 6, 2012 · 2 comments

Comments

@zippy1981
Copy link
Contributor

If this wasn't an MVC app I'd say make the form get not post. However, perhaps it should be something like

http://nuget.org/packages/by-date
http://nuget.org/packages/by-name
http://nuget.org/packages/by-popularity\

As a work around, you can manually send get variables to the url and it does sort. e.g http://nuget.org/packages?q=&sortOrder=package-download-count

@TimLovellSmith
Copy link
Member

You're right, post doesn't make much sense. Maybe we can fix this.

@johnataylor
Copy link
Member

Our new API v3 takes a different approach.

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

No branches or pull requests

3 participants