-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
For some reason, no matter how many matching documents I should have, I'm always getting max 100 results back.
where(
:coordinates.near(:sphere) => {
point: [some_longitude, some_latitude],
max: search_radius,
unit: :km
}
).limit(9999).count #=> 100A bit of reading reveals that the MongoDB Geospatial index will return 100 documents by default (http://www.mongodb.org/display/DOCS/Geospatial+Indexing). I can't seem to override it though. I'm looking into it now but thought I would raise it here in case somebody can figure it out before me.
FYI, I'm using mongoid_spacial 0.2.1, mongoid 2.3.3, mongo (gem) 1.4.0, MongoDB 1.8.2 & Ruby 1.9.3-p0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels