Description
> db.foo.find({'locs.loc': {$within: [[50,50],5]}}, {_id:1}).limit(10)
error:
Could test for an type != object and say "need to specify shape for $within queries"
> db.foo.find({'locs.loc': {$within: [[50,50],5]}}, {_id:1}).limit(10)
error:
Could test for an type != object and say "need to specify shape for $within queries"