From a8a74a158e807228e6bc01e7f0912b0ad0d43edf Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Tue, 16 Nov 2021 17:25:45 -0500 Subject: [PATCH] Add clarification for dot notation to densify --- source/reference/operator/aggregation/densify.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/reference/operator/aggregation/densify.txt b/source/reference/operator/aggregation/densify.txt index 2b8648a2697..4e58530f643 100644 --- a/source/reference/operator/aggregation/densify.txt +++ b/source/reference/operator/aggregation/densify.txt @@ -66,6 +66,8 @@ The :pipeline:`$densify` stage takes a document with these fields: Documents that do not contain the specified ``field`` continue through the pipeline unmodified. + .. include:: /includes/use-dot-notation.rst + For restrictions, see :ref:`densify-field-restrictions`. * - :ref:`partitionByFields `