I have a $match stage in my aggregation pipeline that is something like:
$match : { $or: [condition1, condition2, condition3]}
and I need to be able t