Adding geo search facilities
Closed this issue · 3 comments
remi128 commented
search facilities for geospatial operators, first for mongo, like defined in https://docs.mongodb.org/manual/reference/operator/query-geospatial/
remi128 commented
implementation as solution based on GeoJSON
remi128 commented
modifying ITypeHandler, adding the facility to handle the IFieldParameter of a query, cause the kind of translation depends on the data type, as seen in mysql and geo search
remi128 commented
implementation for MySql finished as query ST_DISTANCE_SPHERE