Details
-
Bug
-
Resolution: Gone away
-
Major - P3
-
None
-
1.1.2, 1.1.1
-
None
-
go version go1.12.7 darwin/amd64
Description
I wanted to find a document having a field `name` using regex with case insensitivity. I gave the below query in the `find` method, regex is working correctly, however, the case insensitivity thing doesn't seem to work.
query:
"name": primitive.Regex{Pattern: "Hector", Options: "i"}
Basically, the `i` option is not working.