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

Allow filtering by several values #6

Closed
lambda2 opened this issue Apr 14, 2019 · 1 comment
Closed

Allow filtering by several values #6

lambda2 opened this issue Apr 14, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@lambda2
Copy link
Member

lambda2 commented Apr 14, 2019

For example, GET api/plants?max_height=4.0 would return any plants up to 4.0 feet.

And GET api/plants?flower_color=Red,Pink would return any plants with Red or Pink flowers.

@lambda2 lambda2 added the enhancement New feature or request label Apr 14, 2019
@lambda2 lambda2 self-assigned this Apr 14, 2019
@lambda2 lambda2 added this to New ideas in Ideas & features via automation Apr 14, 2019
@lambda2 lambda2 added doc Documentation purposes and removed doc Documentation purposes labels Apr 14, 2019
@lambda2 lambda2 added this to the 1.3.0 milestone Apr 17, 2019
@tabuckner
Copy link

+1 on this one!

I dropped a question into Slack about something similar.

My specific use case was to get all plants with a minimum temperature that is >= the query param value. However, filtering by range would solve that problem and be more generic.

That said--if my request is easier, I selfishly want that! 😜

I'm happy to make a PR--I just can't find the repo.

@lambda2 lambda2 changed the title Allow filtering by range Allow filtering by several values Jun 11, 2020
@lambda2 lambda2 moved this from New ideas to In progress in Ideas & features Jul 15, 2020
@lambda2 lambda2 closed this as completed Jul 15, 2020
Ideas & features automation moved this from In progress to Done Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants