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

Add greater than less than filters #128

Merged
merged 6 commits into from
Feb 8, 2016

Conversation

newfront
Copy link
Contributor

@newfront newfront commented Feb 5, 2016

@shadanan @DeathByTape

I added the ability to filter on values greater than, greater than or equal, less than or less than or equal to the value passed into the filter query.

eg.

book?filter[book.publishDate][le]=1454638927412
/author/2/books?filter[book.publishDate][le]=1454638927412
/author/2/books?filter[book.publishDate][gt]=1454638927411
/book?filter[book.publishDate][lt]=1454638927411

@shadanan
Copy link
Contributor

shadanan commented Feb 5, 2016

👍

@yahoocla
Copy link

yahoocla commented Feb 5, 2016

CLA is valid!

@jaredsburrows
Copy link

@newfront 👍

DennisMcWherter pushed a commit that referenced this pull request Feb 8, 2016
@DennisMcWherter DennisMcWherter merged commit c9f2196 into master Feb 8, 2016
@DennisMcWherter DennisMcWherter deleted the AddGreaterThanLessThanFilters branch February 8, 2016 19:33
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.

5 participants