comtihon / mongodb-erlang

MongoDB driver for Erlang
Apache License 2.0
342 stars 268 forks source link

Is collation supported? #249

Open hikui opened 2 years ago

hikui commented 2 years ago

I'm trying to do case insensitive queries. According to mongo's documentation, there is collation options for mongo version higher than 3.4. (see https://www.mongodb.com/docs/manual/reference/method/cursor.collation/)

But I can't find a corresponding operation in this driver. Is it supported at all?