-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.9.0
-
Component/s: Geo
-
None
-
ALL
I have a resultset of ~1000 results. I need this to be sorted by distance and paged.
Using $within, I can accomplish the paging but not the sorting.
Using $near, I have sorting, but no paging (unless the count is less than 100)
$near seems to use the $limit parameter to determine the total number of results, instead of the page size.
- is related to
-
SERVER-5236 $near query should return results progressively
- Closed