$match: { $or: [{ author: 'dave' }, { author: 'john' }] }
Like so, since the $match operator just takes what you would normally put into the find() function
$match: { $or: [{ author: 'dave' }, { author: 'john' }] }
Like so, since the $match operator just takes what you would normally put into the find() function