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 cbd811d commit 7c0c6b1Copy full SHA for 7c0c6b1
source/reference/aggregation.txt
@@ -423,6 +423,10 @@ The current pipeline operators are:
423
a single field from the documents in the pipeline, a previously computed
424
value, or an aggregate key made up from several incoming fields.
425
426
+ .. note::
427
+
428
+ An aggregate key takes the format: ``{myKeyName: { author:true, myOtherField:true , YetAnotherField:true}}``.
429
430
Every group expression must specify an ``_id`` field.
431
You may specify the ``_id`` field as a dotted
432
field path reference, a document with multiple fields enclosed in
0 commit comments