-
Type: Bug
-
Resolution: Gone away
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
I have the following document
{{{ _id: ObjectId("60ccadfa1bef75796d4d9739"), id: '视频',
}}}
It can query when i use MongoSH
db.myCollection.find({id: "视频"}).pretty()
But when i use go driver, it return ErrNoDocuments
.FindOne(ctx, bson.M{"id": "视频"{color:#d19a66}})