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 985579d commit 3e0ad2cCopy full SHA for 3e0ad2c
source/reference/operator/aggregation/sort.txt
@@ -77,7 +77,7 @@ Consider the following ``restaurant`` collection:
77
{ "_id" : 3, "name" : "Empire State Pub", "borough" : "Brooklyn"},
78
{ "_id" : 4, "name" : "Stan's Pizzaria", "borough" : "Manhattan"},
79
{ "_id" : 5, "name" : "Jane's Deli", "borough" : "Brooklyn"},
80
- ] );
+ ] )
81
82
The following command uses the :pipeline:`$sort` stage to sort on
83
the ``borough`` field:
0 commit comments