db.coll.aggregate({$project:{newField:{$concat:["$field1","$field2"]}}}, {$match:{newField:"value"}} );