how to match part of name field in mongodb aggregation queries code example
Example: mongo shell query for email domain regex
{ $regexFind: { input: , regex: , options: } }
{ $regexFind: { input: , regex: , options: } }