Guest User

Untitled

a guest
Aug 1st, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. {"find": "CollectionName", "filter": {"externalCompany": {"$in": [{"$ref": "anotherCollection1", "$id": {"$oid": "61068ec04e7fdc75bf850d8a"}}]}, "company": {"$ref": "anotherCollection2", "$id": {"$oid": "61068ec04e7fdc75bf850d88"}}, "$or": [{"name": {"$regularExpression": {"pattern": "keyword", "options": "i"}}}, {"persona.email": {"$regularExpression": {"pattern": "keyword", "options": "i"}}}, {"persona.firstName": {"$regularExpression": {"pattern": "keyword", "options": "i"}}}, {"persona.lastName": {"$regularExpression": {"pattern": "keyword", "options": "i"}}}, {"persona.mobilePhoneNumber": {"$regularExpression": {"pattern": "keyword", "options": "i"}}}, {"externalCompany": {"$in": []}}]}, "limit": 5, "$db": "databaseName", "lsid": {"id": {"$binary": {"base64": "swlCEqbOQ4yCZF8MtQ5Qog==", "subType": "04"}}}, "$readPreference": {"mode": "primaryPreferred"}}
Add Comment
Please, Sign In to add comment