Defined variable is undefined in mongoDB $where's function
Long story short, I have in my MongoDB database a collection of posts and with node.js, express and mongoose, I'm trying to find all the documents using the $where method. So I try this and it works perfectly, all the…