mongodb - Extracting document using $geoNear in Meteor -


minimongo doesn't provide $geonear functionality, if search requirement has done on server.

this leads problem when local collection contains results multiple publications, since there's no way extract results $geonear search supplying same search criterea local collection used when publishing.

using separate local collections each search might in cases, in case problem doesn't come multiple publications different purposes, using subscriptions manager cache recent subscriptions , avoid sending repeated data down line.

can suggest cunning solution issue?


Comments

Popular posts from this blog

Prolog - Listing -

python - can't seem to get an output from my class -

orchardcms - change base url in local copy in Orchard CMS -