jonbwhite / elkuent

Elasticsearch ORM for Laravel
7 stars 0 forks source link

Add geo queries #15

Closed jasonjlock closed 9 years ago

jasonjlock commented 9 years ago

Fixes #6

Add support for geospatial queries using the geo_shape filter. By default the geo_shape filter finds documents that intersect the query shape (use geometry or geointersect). geowithin is also supported. The geo_shape mapping is required.

jonbwhite commented 9 years ago

LGTM