Oops. Let's try that again.
I'm executing a geoNear dbcommand to get geospatial indexed results
with 'dis' calculated and other stats. I want to be able to page
results so that I can give the first 30 closest results, then query
again for the next 30 results and so on and so on.
With a normal $near, this is as easy as doing .skip(30)
How can we do this with the dbcommand? I haven't been able to find an
answer in the documentation or google group, not to say it doesn't
exist...
Any help is much appreciated!
On Sep 21, 2:23 pm, "David D." <
da...@grandelabs.com> wrote:
> I'm executing