File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -431,8 +431,8 @@ it uses an aggregation pipeline that contains the following stages:
431
431
2014
432
432
433
433
#. :manual:`$group </reference/operator/aggregation/group/>` stage to
434
- group the documents by date and calculate the total sale amount,
435
- average quantity, and total count for each group
434
+ group the documents by date and calculate the total sales amount,
435
+ average sales quantity, and sale count for each group
436
436
437
437
#. :manual:`$sort </reference/operator/aggregation/sort/>` stage to
438
438
sort the results by the total sale amount for each group in descending
@@ -480,7 +480,7 @@ it uses an aggregation pipeline that contains the following stages:
480
480
output a separate document for each element in the ``items.tags`` arrays
481
481
482
482
#. :manual:`$group </reference/operator/aggregation/group/>` stage to
483
- group the documents by the tag value and calculates the total sales
483
+ group the documents by the tag value and calculate the total sales
484
484
amount of items that have each tag
485
485
486
486
Click the :guilabel:`{+code-output-label+}` button to see the data returned by
You can’t perform that action at this time.
0 commit comments