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

Support multiple values for term_id and term_value_id in observations search API #237

Open
kueda opened this issue Jan 8, 2021 · 0 comments

Comments

@kueda
Copy link
Member

kueda commented Jan 8, 2021

Currently, I can't perform a search like "observations of male flowers" or "observations of dead larvae" even though I suspect it's technically possible, so I'd like to support this with query params like term_id=1,2&term_value_id=3,4 which would mean "show observations that have annotations of attr 1 and 2 and values 3 and 4"

If this is not technically possible, maybe this issue can serve as a place to write down why that is and how we might change the index to support that.

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

1 participant