tameeshB / sockChat

A VERY reliable way to communicate on the internet. An end-to-end encrypted decentralised cross-platform chat application. 📱 💬 🔐
http://chat.tameesh.in
GNU General Public License v2.0
13 stars 3 forks source link

Unique username #8

Closed tameeshB closed 6 years ago

tameeshB commented 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/