We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
array types are supported in the dictionary, for example https://github.com/uc-cdis/gtex-dictionary/blob/master/gdcdictionary/schemas/case.yaml#L87
we should be able to search for an item in an array type, for example:
{ case (consent_codes: ["a"]) { consent_codes } }
match results which are superset of the query (see Phillis' comment)
The text was updated successfully, but these errors were encountered:
I think we should be able to search
case (consent_codes: ["a", "b"]){ consent_codes } and return
case { consent_codes: ["a", "b", "c"] }
Sorry, something went wrong.
also general DataNode type interface should be fixed to handle non-string type fields
No branches or pull requests
array types are supported in the dictionary, for example https://github.com/uc-cdis/gtex-dictionary/blob/master/gdcdictionary/schemas/case.yaml#L87
we should be able to search for an item in an array type, for example:
match results which are superset of the query (see Phillis' comment)
The text was updated successfully, but these errors were encountered: