-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Geo
-
None
-
Query Integration
Allow reordering the criteria for the 2d index type, so the geo index can be used over subsets of the btree after some other criteria is chosen.
example : coll.find({ tag : "a", loc : { $within :
{...}} })
- related to
-
SERVER-4341 disable non-default sort(), skip() and limit() together for geo queries
- Closed