Bạn có thể thay thế các ký hiệu dấu chấm của tên trường của mình thành Unicode tương đương với \uff0E
db.test.insert({"field\uff0ename": "test"})
db.test.find({"field\uff0ename": "test"}).forEach(printjson)
{ "_id" : ObjectId("5193c053e1cc0fd8a5ea413d"), "field.name" : "test" }
Xem thêm:
- http://docs.mongodb.org/manual/faq/developers/#faq-dollar-sign-escaping
- http://docs.mongodb.org/manual/core/document/#dot-notation