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

Make queries that identify which species meet the queried criteria #60

Closed
cboettig opened this issue Jul 21, 2015 · 1 comment
Closed

Comments

@cboettig
Copy link
Member

Suggested in #49. In general this is difficult; particularly as it is not clear that arbitrary SQL queries should be supported. Ultimately be addressed by redesigning the API to return a few very large joined tables, making subsetting on arbitrary queries both easier and more natural. Meanwhile, most queries not constructed around query species are more-or-less out of scope for the current implementation, and such users should be directed to request direct SQL access instead.

@cboettig cboettig added this to the pie-in-the-sky milestone Jul 21, 2015
@cboettig
Copy link
Member Author

cboettig commented Jul 4, 2018

queries on arbitrary fields are possible in 3.0. Call any function with no species list to return the full table, which can clearly be filtered at will.

@cboettig cboettig closed this as completed Jul 4, 2018
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

No branches or pull requests

1 participant