@@ -516,6 +516,7 @@ Alphabetical Listing of Expression Operators
516516
517517 - Returns a specified number of elements from the beginning of an
518518 array.
519+ Distinct from the :group:`$firstN` accumulator.
519520
520521 .. versionadded:: 5.2
521522
@@ -654,6 +655,7 @@ Alphabetical Listing of Expression Operators
654655 * - :expression:`$lastN`
655656
656657 - Returns a specified number of elements from the end of an array.
658+ Distinct from the :group:`$lastN` accumulator.
657659
658660 .. versionadded:: 5.2
659661
@@ -725,6 +727,7 @@ Alphabetical Listing of Expression Operators
725727 * - :expression:`$maxN`
726728
727729 - Returns the ``n`` largest values in an array.
730+ Distinct from the :group:`$maxN` accumulator.
728731
729732 .. versionadded:: 5.2
730733
@@ -751,6 +754,7 @@ Alphabetical Listing of Expression Operators
751754 * - :expression:`$minN`
752755
753756 - Returns the ``n`` smallest values in an array.
757+ Distinct from the :group:`$minN` accumulator.
754758
755759 .. versionadded:: 5.2
756760
@@ -1277,8 +1281,8 @@ Alphabetical Listing of Expression Operators
12771281 /reference/operator/aggregation/expMovingAvg
12781282 /reference/operator/aggregation/filter
12791283 /reference/operator/aggregation/first
1280- /reference/operator/aggregation/firstN
12811284 /reference/operator/aggregation/first-array-element
1285+ /reference/operator/aggregation/firstN-array-element
12821286 /reference/operator/aggregation/floor
12831287 /reference/operator/aggregation/function
12841288 /reference/operator/aggregation/getField
@@ -1297,8 +1301,8 @@ Alphabetical Listing of Expression Operators
12971301 /reference/operator/aggregation/isoWeek
12981302 /reference/operator/aggregation/isoWeekYear
12991303 /reference/operator/aggregation/last
1300- /reference/operator/aggregation/lastN
13011304 /reference/operator/aggregation/last-array-element
1305+ /reference/operator/aggregation/lastN-array-element
13021306 /reference/operator/aggregation/let
13031307 /reference/operator/aggregation/literal
13041308 /reference/operator/aggregation/ln
@@ -1310,11 +1314,11 @@ Alphabetical Listing of Expression Operators
13101314 /reference/operator/aggregation/ltrim
13111315 /reference/operator/aggregation/map
13121316 /reference/operator/aggregation/max
1313- /reference/operator/aggregation/maxN
1317+ /reference/operator/aggregation/maxN-array-element
13141318 /reference/operator/aggregation/mergeObjects
13151319 /reference/operator/aggregation/meta
13161320 /reference/operator/aggregation/min
1317- /reference/operator/aggregation/minN
1321+ /reference/operator/aggregation/minN-array-element
13181322 /reference/operator/aggregation/millisecond
13191323 /reference/operator/aggregation/minute
13201324 /reference/operator/aggregation/mod
0 commit comments