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

PXD-398 ⁃ peregrine not properly handling numeric attribute filters in graphql #40

Open
frickjack opened this issue Mar 6, 2018 · 0 comments
Labels

Comments

@frickjack
Copy link
Contributor

frickjack commented Mar 6, 2018

For example - @cgmeyer reports in bloodpac:

This query:

{ 
	submitted_unaligned_reads (file_size: 214432432){
    	file_name
    	file_size
    	md5sum
    	submitter_id
    	project_id
    }
}

incorrectly returns no results - it should include the matching records from this:

{ 
	submitted_unaligned_reads (project_id:"bpa-USC_OPT1_T1"){
    	file_name
    	file_size
    	md5sum
    	submitter_id
    	project_id
    }
}
@frickjack frickjack added the bug label Mar 6, 2018
@philloooo philloooo changed the title peregrine not properly handling numeric attribute filters in graphql PXD-398 ⁃ peregrine not properly handling numeric attribute filters in graphql May 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant