DATAMONGO-782 - Fixed typo in documentation.
Original pull request: #86.
This commit is contained in:
committed by
Oliver Gierke
parent
6e5f3661a8
commit
39c9593b39
@@ -2465,7 +2465,7 @@ project("a","b").and("foo").as("bar") // will generate {$project: {a: 1, b: 1, b
|
||||
|
||||
<para>In this introductory example we want to aggregate a list of tags
|
||||
to get the occurence count of a particular tag from a MongoDB
|
||||
collection called <code>"tags"</code> sorted by the occurence count in
|
||||
collection called <code>"tags"</code> sorted by the occurrence count in
|
||||
descending order. This example demonstrates the usage of grouping,
|
||||
sorting, projections (selection) and unwinding (result
|
||||
splitting).</para>
|
||||
|
||||
Reference in New Issue
Block a user