When using the MongoDB connector, queries which use the "near" filter of the GeoPoint class (e.g. { "where": { "geo": { "near": "47,7" }}}) don't trigger the loadedoperation hook. All other queries do trigger the hook.
This error doesn't occur when using the memory connector.
When using the MongoDB connector, queries which use the "near" filter of the GeoPoint class (e.g.
{ "where": { "geo": { "near": "47,7" }}}) don't trigger theloadedoperation hook. All other queries do trigger the hook.This error doesn't occur when using the memory connector.