-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.1.0
-
Component/s: None
-
None
db.coll.insert({foo:{bar:1}})
db.coll.group({key:
, initial:
{c:0}, reduce:function(doc,out){out.c++}})
[
]
I think that should return:
[
]
- related to
-
SERVER-257 Complex key support for group command
- Closed