1 | db.towns.find( {"sef_url":"moran-wy"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 20 |
2 | db.articles.find( {"broadcastto":{"$in":["moran-wy","wy","usa"]},"publish_date":{"$lte":"MongoDate(0.06000000 1741967986)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 10 |
3 | db.articles.find( {"broadcastto":{"$in":["moran-wy","wy","usa"]},"publish_date":{"$lte":"MongoDate(0.06000000 1741967986)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 13 |
4 | db.events_cache.find( {"_id":"9c0a9ca30119d90d71b54a0f111fd080"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 2 |
5 | db.articles.find( {"broadcastto":{"$in":["moran-wy","wy","usa"]},"publish_date":{"$lte":"MongoDate(0.23100000 1741967986)"},"$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":[-110.51000213623047,43.84000015258789],"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 | 3 | 11 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-110.51000213623047,43.84000015258789],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 3 | 3 |