How to do a mongo search with condition parameters, type:
Collection.find({userId}, {done: true}).fetch();
In this way, I want to return all the documents that have the
done equal to true, searching the User id.
I have in the collectio...
asked by
29.07.2018 / 20:55