bmeg / ophion

Language for making graph queries from data
4 stars 3 forks source link

anomaly: sort on property with null filters out rows #15

Open bwalsh opened 7 years ago

bwalsh commented 7 years ago

e.g.

{"query":[{"has":{"key":"gid","condition":{"within":[{"s":"project:TCGA-KIRP"},{"s":"project:TCGA-THCA"}]}}},{"out":{"labels":["hasMember"]}},{"order":{"key":"white_cell_count","ascending":true}},{"range":{"lower":0,"upper":10}}]} took  1158 ms

has the unexpected effect of filtering out all rows where white_cell_count is null