db.foo.find( { loc : { $within :
{ $box : [ [ 1 , 2 ] , [ 4 , 5] ] } } } )
db.foo.find( { loc : { $within :
} } )
- is depended on by
-
SERVER-772 geo polygon searches
- Closed
db.foo.find( { loc : { $within :
{ $box : [ [ 1 , 2 ] , [ 4 , 5] ] } } } )
db.foo.find( { loc : { $within :
} } )
SERVER-772 geo polygon searches