标签: mongodb go
我试图查询:
bson.M{"name": bson.M{"$regex": bson.RegEx{Pattern: "sophia", Options: "i"}}
但是,它还会查询与" sophia"匹配的部分。
我只想查询不区分大小写的项目。