blinkdb-js/blinkdb

Is there a way to filter for not-equal?

retorquere opened this issue · 3 comments

Is there a way to filter for not-equal?

Not currently, no. An implemention of "not equal" would not be faster than retrieving all items and filtering for not equal. We could however implement it for convenience's sake.

I take it then there is also not a way to query for "not in", just "in"?

Yep. TBD.