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

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -