Czy jest możliwe wykonanie OR w meczu $?
Mam na myśli coś takiego:
db.articles.aggregate(
{ $or: [ $match : { author : "dave" }, $match : { author : "john" }] }
);
mongodb
aggregation-framework
Gergely Németh
źródło
źródło