It seems that I can't find the answer to what appears to be a simple question.
Is the following query valid in Mongoose?
m.find({_id:{$in:A, $nin:B}}, ...);
It seems that I can't find the answer to what appears to be a simple question.
Is the following query valid in Mongoose?
m.find({_id:{$in:A, $nin:B}}, ...);