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 @@ -244,8 +244,8 @@ it uses an aggregation pipeline that contains the following stages:
244
244
2014
245
245
246
246
#. :manual:`$group </reference/operator/aggregation/group/>` stage to
247
- group the documents by date and calculate the total sale amount,
248
- average quantity, and total count for each group
247
+ group the documents by date and calculate the total sales amount,
248
+ average sales quantity, and sale count for each group
249
249
250
250
#. :manual:`$sort </reference/operator/aggregation/sort/>` stage to
251
251
sort the results by the total sale amount for each group in descending
@@ -285,7 +285,7 @@ it uses an aggregation pipeline that contains the following stages:
285
285
output a separate document for each element in the ``items.tags`` arrays
286
286
287
287
#. :manual:`$group </reference/operator/aggregation/group/>` stage to
288
- group the documents by the tag value and calculates the total sales
288
+ group the documents by the tag value and calculate the total sales
289
289
amount of items that have each tag
290
290
291
291
.. io-code-block::
You can’t perform that action at this time.
0 commit comments