From 2b95b02dd2b41d0e8cb64dd8a80e544ccf7529ab Mon Sep 17 00:00:00 2001 From: Ivan Medina Date: Wed, 24 Jun 2026 19:54:29 +0200 Subject: [PATCH] feat(mongodb-constants): update \$unionWith template with db field COMPASS-9980 --- packages/mongodb-constants/src/stage-operators.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mongodb-constants/src/stage-operators.ts b/packages/mongodb-constants/src/stage-operators.ts index 3c25c335..19f4d292 100644 --- a/packages/mongodb-constants/src/stage-operators.ts +++ b/packages/mongodb-constants/src/stage-operators.ts @@ -1260,6 +1260,7 @@ const STAGE_OPERATORS = [ namespaces: [...ANY_NAMESPACE], description: 'Perform a union with a pipeline on another collection.', comment: `/** + * db: Optional. The target database name (MongoDB 9.0+). * coll: The collection name. * pipeline: The pipeline on the other collection. */