Closed elvis-hp closed 1 year ago
How to convert this to mgm code: db.myData.find({ name: /Ape/ }) thank you so much.
filter = bson.M{"name": bson.M{operator.Regex: query, "$options": "i"}}
How to convert this to mgm code: db.myData.find({ name: /Ape/ }) thank you so much.