We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2764c0 commit 97effeaCopy full SHA for 97effea
source/reference/aggregation.txt
@@ -406,8 +406,9 @@ The current pipeline operators are:
406
not an array, :mongodb:func:`aggregate()` generates an error.
407
408
- If you specify a target field for :pipeline:`$unwind` that
409
- holds an empty array (``[]``), then the document passes
410
- through unchanged.
+ holds an empty array (``[]``), then that field is removed
+ from the result while all other fields are passed through
411
+ unchanged.
412
413
.. pipeline:: $group
414
0 commit comments