Mongoose objects and the IN operator
Today I lost a few hours trying to understand why a document that I was fetching through Mongoose, kept returning true against checking for a field with the operator, even though the document didn't contain that field. But still it would return true… »