Do geospatial queries work on arrays? ( $geoWithin, $geoIntersects )
问题 I have documents as the one below stored in MongoDB 3.0.5 { "_id" : ObjectId("55f3a6ae0907233b5e9e7da0"), "user" : { "id" : "2d5b093ec8a3", "regions" : [ { "id" : NumberLong(1442365443852), "name" : "penta", "type" : "Polygon", "center" : { "lat" : -12.1254159880008100, "lng" : -77.0316830277442930 }, "zoom" : 17.0000000000000000, "coordinates" : [ [ -77.0322804898023610, -12.1271067552781560 ], [ -77.0336792618036270, -12.1255133434450870 ], [ -77.0326449349522590, -12.1239143495252150 ], [