Database

[{"com":"serch_data"},{"com":"serch_data2"},{"com":"abc"}]

Query

db.collection.aggregate([{$match:{$expr:{$switch:{branches:[{case:{$eq:["com","com"/** search variable*/]},then:{$regexMatch:{input:"$com",regex:"serch_data"}}},],default:{}}}}}])

Result