¿Es posible hacer un OR en el $ match?
Me refiero a algo como esto:
db.articles.aggregate(
{ $or: [ $match : { author : "dave" }, $match : { author : "john" }] }
);
mongodb
aggregation-framework
Gergely Németh
fuente
fuente