Ist es möglich, im $ -Match ein ODER durchzuführen?
Ich meine so etwas:
db.articles.aggregate(
{ $or: [ $match : { author : "dave" }, $match : { author : "john" }] }
);
mongodb
aggregation-framework
Gergely Németh
quelle
quelle