-
Notifications
You must be signed in to change notification settings - Fork 38
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
Join queries #97
Comments
Hi @costero-e Please let me know if join queries are possible. Cheers |
Hi @mustafahsyed, by join queries do you mean aggregating data from two endpoints and return it in a single record or applying filters to multiple endpoints at once? We are planning to develop multiple endpoints filters, e.g. show me variants for a specific position for individuals that are male (specifications do accept this), but we are not planning to return data aggregated from different endpoints. |
Hi @costero-e |
Hi @mustafahsyed,
Aggregating data is not in our roadmap though right now, as it is not part of the spec. |
@costero-e One more related question: My payload for the post query looks like this, but it does not works:
|
Hi @mustafahsyed ,
If you want to point more specifically which is the scope the filtering term is applying to, or apply a join query, then you can do like this:
Best, Oriol |
@costero-e Payload you suggested above performs "AND" operation, I am looking for "OR" operation. Please let me know how I can have an OR query. |
Hi @mustafahsyed , this is still not in the standards but I know there is a plan for having it included in the short future. Best, |
Description
Perform a join query between “individual” and “biosample” or any other two or more entity
Proposed solution
New API endpoint to support queries involving multiple entities.
Definition of Done
Availability of new API endpoint
The text was updated successfully, but these errors were encountered: