1 | db.towns.find( {"sef_url":"northwood-nh"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 34 |
2 | db.articles.find( {"broadcastto":{"$in":["northwood-nh","nh","usa"]},"publish_date":{"$lte":"MongoDate(0.41000000 1741983483)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 34 |
3 | db.articles.find( {"broadcastto":{"$in":["northwood-nh","nh","usa"]},"publish_date":{"$lte":"MongoDate(0.40900000 1741983483)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 6 |
4 | db.events_cache.find( {"_id":"cd1452bb6c9db5082d0b034144c0e901"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 19 |
5 | db.articles.find( {"broadcastto":{"$in":["northwood-nh","nh","usa"]},"publish_date":{"$lte":"MongoDate(0.60500000 1741983483)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
6 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-71.15059661865234,43.194400787353516],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}},{"$sort":{"nssf_member":-1,"distance":1}},{"$sort":{"nssf_member":-1,"distance":1}},{"$skip":0},{"$limit":10}]}, [] ).sort( {"nssf_member":-1,"distance":1} ).limit( 10 ).skip( 0 ) | | 0 | 9 | 32 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-71.15059661865234,43.194400787353516],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 9 | 19 |