[SERVER-2848] Geoquery filter on group generates exception Created: 28/Mar/11  Updated: 28/Mar/11  Resolved: 28/Mar/11

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: 1.8.0
Fix Version/s: None

Type: Bug Priority: Minor - P4
Reporter: Kyle Banker Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Operating System: ALL
Participants:

 Description   

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 =

{ y_levels: prev.sums.y_levels + obj.current_y_level, x_levels: prev.sums.x_levels + obj.current_x_level, count: prev.sums.count + 1 }

},
cond: {current_position: { $near: [56.553823, 8.565619],
$maxDistance: 10}},
initial: { sums:

{ y_levels: 0, x_levels: 0, count: 0 }

}
});

produces :

uncaught exception: group command failed: {
"errmsg" : "exception: manual matcher config not allowed",
"code" : 13285,
"ok" : 0



 Comments   
Comment by Eliot Horowitz (Inactive) [ 28/Mar/11 ]

See SERVER-1742

Generated at Thu Feb 08 03:01:21 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.