mongoid / origin

A Ruby DSL for building MongoDB queries
http://mongoid.org/en/origin/index.html
MIT License
62 stars 29 forks source link

Add within_sphere and within_circle to geo_spacial. #103

Open astjohn opened 9 years ago

astjohn commented 9 years ago

Added within_circle and within_sphere queries to geo_spacial selector to handle mongodb's respective $center and $centerSphere queries.

This also fixes a small typo in the documentation for intersects_polygon and within_polygon regarding the number of brackets used (#102).