======================= wo Operation Inv Detail, ==================== ================================================================ ~/eSmartFactory/woOperationInvDetail/list/ => * populate * db.EvolveWoOperationInvDetails.aggregate([ { $match: { "$and": [ { "$or": [ { "EvolveUnit_Code": { "$regex": "^CFD01$", "$options": "i" } } ] } ] } } ])