1 | db.towns.find( {"sef_url":"epps-la"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 6 |
2 | db.articles.find( {"broadcastto":{"$in":["epps-la","la","usa"]},"publish_date":{"$lte":"MongoDate(0.03900000 1741965705)"},"tags":"hunt"}, [] ).sort( {"featured":-1,"publish_date":-1} ).limit( 2 ).skip( 0 ) | | 0 | 2 | 3 |
3 | db.articles.find( {"broadcastto":{"$in":["epps-la","la","usa"]},"publish_date":{"$lte":"MongoDate(0.03900000 1741965705)"},"article_id":{"$ne":1302},"tags":"hunt"}, [] ).sort( {"publish_date":-1} ).limit( 16 ).skip( 0 ) | | 0 | 16 | 2 |
4 | db.events_cache.find( {"_id":"3199475b836bcd3e057686b6dba5af19"}, [] ).sort( [] ).limit( 1 ).skip( 0 ) | | 0 | 1 | 25 |
5 | db.articles.find( {"broadcastto":{"$in":["epps-la","la","usa"]},"publish_date":{"$lte":"MongoDate(0.15900000 1741965705)"},"$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":[-91.47850036621094,32.60409927368164],"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 | 6 | 15 |
7 | db.preserves.count( {"aggregate":[{"$geoNear":{"near":[-91.47850036621094,32.60409927368164],"distanceField":"distance","distanceMultiplier":3963.2,"maxDistance":0.025232135647961243,"spherical":true}}]} ) | | 0 | 6 | 3 |