Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to combine
$geoWithin
with count_documents
Since `$near` doesn't seem to work with it e-mission/op-admin-dashboard#61 (comment) ``` pymongo.errors.OperationFailure: $geoNear, $near, and $nearSphere are not allowed in this context, full error: {'ok': 0.0, 'errmsg': '$geoNear, $near, and $nearSphere are not allowed in this context', 'code': 2, 'codeName': 'BadValue'} ``` `$geoWithin` seems to be fine. test passes
- Loading branch information