skip to Main Content

MongoDB aggregate merge condition

I have this below collection and I use MongoDB aggregation to acheive an output(where I aggregate all order line items for an order) and trying to merge into another collection(order). [ { "order_line_item_id": 1, "order_id": 100, "products": [ { "name":…

VIEW QUESTION
Back To Top
Search