dodgytricycle

Results 1 comments of dodgytricycle

Instead of ensureGeoIndex, you could try creating a geo index using ensureIndex as it accepts additional index arguments. `collection.ensureIndex(index_type='geo', fields=['b'], name=None, geoJson=True)`