You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder whether it is possible for the Py-Eve developer community to include support for the $centerSphere operator via HTTP, so we can build spatial queries with a search radius and fetch the associated data from a Mongo database. This question was originally asked in SO, and following the suggestion of a user, I decided to make this request.
Expected Behavior
The following query is possible in a Mongo console environment:
Because it seems that the $centerSphere is not yet supported in PyEve 0.8.
Are there any plans to include this operator in a new release of PyEve?
Thanks for your support!
The text was updated successfully, but these errors were encountered:
Thanks a lot for the quick response to solve this problem! Much appreciated!
We tried the 0.8.1dev version of PyEve with this particular case that we were posing above and it works. However, we think it is worth to mention that then we tried to add a search radius based in a division, and it seems that PyEve is not able to understand the division, perhaps due to parsing. We understand that we can do the division by ourselves, but maybe this functionality is interesting to mimic the behavior of MongoDB.
Hi,
I wonder whether it is possible for the Py-Eve developer community to include support for the
$centerSphere
operator viaHTTP
, so we can build spatial queries with a search radius and fetch the associated data from a Mongo database. This question was originally asked in SO, and following the suggestion of a user, I decided to make this request.Expected Behavior
The following query is possible in a Mongo console environment:
So its equivalent in HTTP should pull the same set of values from the Mongo database:
Actual Behavior
However, the Eve server replies as follows:
Because it seems that the $centerSphere is not yet supported in PyEve 0.8.
Are there any plans to include this operator in a new release of PyEve?
Thanks for your support!
The text was updated successfully, but these errors were encountered: