leroy-merlin-br / mongolid-laravel

Easy, powerful and ultrafast MongoDB ODM for Laravel.
MIT License
240 stars 41 forks source link

Search with aggretation and commands #88

Closed IgorDePaula closed 6 years ago

IgorDePaula commented 8 years ago

I need search data with geolocation (I chosen mongodb by this cause). Read the code, this module/component not has this support. I suggest suport this feature: search with geolocation (using aggregation framework mongo and/or runCommand).

ravanscafi commented 8 years ago

Although this is a cool and useful feature, I guess that it's not up to an ODM to do this. But I can easily be wrong. What is your use case?

IgorDePaula commented 8 years ago

Search using geolocation data (using function like geoNear by example). My case is search restaurants by nome and proximity of my user.

ravanscafi commented 6 years ago

Duplicated https://github.com/leroy-merlin-br/mongolid/issues/23