Closed tameeshB closed 6 years ago
Fixed with amiguity
$or: [ { 'name.first' : /^G/ }, { birth: { $lt: new Date('01/01/1945') } } ]
https://docs.mongodb.com/v3.4/reference/method/db.collection.findOne/
Fixed with amiguity
https://docs.mongodb.com/v3.4/reference/method/db.collection.findOne/