Open hikui opened 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?
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?