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

Order by #11

Closed
wants to merge 9 commits into from
Closed

Order by #11

wants to merge 9 commits into from

Conversation

jmcarp
Copy link

@jmcarp jmcarp commented Aug 30, 2015

Support ordering by query parameter.

  • Support multi-column sort by repeated sort parameters
  • Support descending sort by prepending "-" to values

Based on #6; relevant changes are in 3bca1f9.

Support less than, greater than, like and other operators, using query
parameters of the format "field__operator=value". Based on
jeffknupp/sandman#115.
For example, `?name=foo&name=bar` translates to `name IN ('foo',
'bar')`.
* Support multi-column sort by repeated `sort` parameters
* Support descending sort by prepending "-" to values
@jmcarp jmcarp mentioned this pull request Sep 1, 2015
@jeffknupp jeffknupp closed this May 16, 2017
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

Successfully merging this pull request may close these issues.

2 participants