Open retorquere opened 1 year ago
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.
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.