bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 165 forks source link

Can't save document which contains key with dot #136

Closed maxvipon closed 11 years ago

maxvipon commented 11 years ago

Document:

{
    "com.tr": {
        "main_language": "tr",
        "country": "",
        "languages": [
            "en",
            "tr"
        ]
    }
}

Genghis tell that key com.tr must not contain '.', but this doc is valid json. screenshot

maxvipon commented 11 years ago

Sorry, It's a mongo limit.