-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.8.0
-
Component/s: None
-
None
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
Triggers a function set_matcher which automatically raises an exception; probably needs to be implemented somewhere.
db.users.group({
reduce: function(obj, prev) {
prev.sums =
},
cond: {current_position: { $near: [56.553823, 8.565619],
$maxDistance: 10}},
initial: { sums:
}
});
produces :
uncaught exception: group command failed: {
"errmsg" : "exception: manual matcher config not allowed",
"code" : 13285,
"ok" : 0