É possível fazer um OR no $ match?
Quero dizer algo assim:
db.articles.aggregate(
{ $or: [ $match : { author : "dave" }, $match : { author : "john" }] }
);
mongodb
aggregation-framework
Gergely Németh
fonte
fonte