Query MongoDB

db.getCollection(‘logs’).find({   "datetime" : {     $lt: new Date(),     $gte: new Date(new Date().setDate(new Date().getDate()-1))   }   }) db.getCollection(‘plocsec_capacity’).find( {$and: [       {plocsecid:338},     …