-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.1.2, 1.1.1
-
Component/s: Options & Configuration
-
None
-
Environment:go version go1.12.7 darwin/amd64
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.