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

Pagination metadata #12

Closed
wants to merge 11 commits into from
Closed

Conversation

jmcarp
Copy link

@jmcarp jmcarp commented Sep 1, 2015

  • Add pagination metadata (count, pages, etc.) to list requests
  • Resolve merge conflict with master

Based on #11. Relevant changes in 3bf0806 and e64fbd9.

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
@gbinal
Copy link

gbinal commented Mar 18, 2016

💯

@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.

3 participants