collection.aggregate([ {$match: query}, {$lookup: { from: operationCollection, let: {eventHash: '$eventHash', type: '$event.type'}, pipeline: [ {$match: {$expr: {$and: [ {$eq: ['$$type', 'MySpecialEventType']}, {$eq: ['$meta.eventHash', '$$eventHash']} ]}}}, {$sort: {'meta.eventOrder': 1}}, {$replaceRoot: {newRoot: "$operation"}} ], as: 'event.operation' }}, ])--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/9922fa68-01aa-4735-887b-387fb70655a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/ef38305c-01d8-43d8-8c82-45bcda90483d%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "mongodb-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mongodb-user/RI5NrmdDHY8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mongodb-user+unsubscribe@googlegroups.com.
To post to this group, send email to mongod...@googlegroups.com.
Visit this group at https://groups.google.com/group/mongodb-user.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/CAM1CDfYR_w%3DRASKDYaBRbwadt_triwdTHpdLwuWSYMb%3D6Xb8xg%40mail.gmail.com.