Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
4.4.0
-
None
-
Query Optimization
Description
Add support to union with the results of a collection in another database. Syntax could be something like
{$unionWith: {
|
coll: "collection name", |
db: "db name", |
pipeline: []
|
}}
|