Database

[{firstName:"John",lastName:"Smith",data:"today"},{firstName:"Alice",lastName:"Johnson",data:"yesterday"},{firstName:"Bob",lastName:"Williams",data:"tomorrow"},]

Query

db.collection.aggregate([{$match:{"$or":[{"firstName":{"$regex":"ohn","$options":"i"}},{"lastName":{"$regex":"ohn","$options":"i"}}]}}])

Result