How can I add a field during a $match stage in my Aggregation Query in Mongo

后端 未结 0 1390
野趣味
野趣味 2021-02-08 12:07

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题