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

✨ query with multiple parameters #23

Closed
5 tasks done
bunop opened this issue Oct 26, 2021 · 0 comments · Fixed by #25
Closed
5 tasks done

✨ query with multiple parameters #23

bunop opened this issue Oct 26, 2021 · 0 comments · Fixed by #25
Labels
enhancement New feature or request performance Improve the performance or better resource management
Milestone

Comments

@bunop
Copy link
Member

bunop commented Oct 26, 2021

Support query with multiple parameters like /smarter-api/datasets?type=foreground&type=phenotypes traslated in R with:

get_smarter_datasets(token, query=list(type='foreground', type='phenotypes'))

When searching in arrays, all condition need to be applied. When searching in a single field or condition need to be applied

Desidered behaviour:

  • query for multiple dataset types (all condition)
  • query for multiple chips (all condition) in variants
  • query for multiple chips (or condition) in dataset and samples
  • query for multiple breeds, breed codes and countries in samples (or condition)
  • query for multiple datasets in samples (or condition)
@bunop bunop added enhancement New feature or request performance Improve the performance or better resource management labels Oct 26, 2021
@bunop bunop added this to the Backend v1 milestone Oct 26, 2021
@bunop bunop closed this as completed in #25 Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Improve the performance or better resource management
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant