We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e27ab commit 41f0bb8Copy full SHA for 41f0bb8
static/shell.html
@@ -154,10 +154,10 @@ <h4>examples</h4>
154
action: "aggregate",
155
group: {
156
_id: 'item',
157
+ countItem: {$count: ''}, // count param should be zero value
158
minPrice: {$min: 'price'},
159
maxPrice: {$max: 'price'},
160
sumPrice: {$sum: 'price'},
- countPrice: {$count: 'price'},
161
averagePrice: { $avg: 'price'},
162
averageAmount: {$avg: { $multiplay: ['quantity','price']}}
163
},
0 commit comments