Is there a way to filter for not-equal?
retorquere opened this issue · 3 comments
retorquere commented
Is there a way to filter for not-equal?
maradotwebp commented
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.
retorquere commented
I take it then there is also not a way to query for "not in", just "in"?
maradotwebp commented
Yep. TBD.