1 | db.towns.find( {"sef_url":"carrabelle-fl"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 7 |
2 | db.articles.find( {"broadcastto":{"$in":["carrabelle-fl","fl","usa"]},"publish_date":{"$lte":"MongoDate(0.74400000 1741990838)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
3 | db.articles.find( {"broadcastto":{"$in":["carrabelle-fl","fl","usa"]},"publish_date":{"$lte":"MongoDate(0.74300000 1741990838)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 2 |
4 | db.events_cache.find( {"_id":"0859205404a7a92e288c6d990eb71120"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
5 | db.articles.find( {"broadcastto":{"$in":["carrabelle-fl","fl","usa"]},"publish_date":{"$lte":"MongoDate(0.82200000 1741990838)"},"$or":[{"tags":"hunt"},{"tags":"hunt-featured"}]}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 2 |
6 | db.preserves.find( {"aggregate":[{"$geoNear":{"near":[-84.6729965209961,29.85300064086914],"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 | 10 | 28 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-84.6729965209961,29.85300064086914],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 12 | 16 |