I'm trying to run:
db.data.find({email: 'random@test.com'}).collation({locale:'en'})
But I keep getting a .collation is not a function. Am I using the script wrong?
Thanks.
I'm trying to run:
db.data.find({email: 'random@test.com'}).collation({locale:'en'})
But I keep getting a .collation is not a function. Am I using the script wrong?
Thanks.
'Collation' is introduced in MongoDB 3.4. It is now possible to use Mongo DB 3.4 with the latest beta: Robomongo 1.1 - Beta version with MongoDB 3.4 Support. Fyi.