I need to have key fields with a '.' in them. Is there a way to do it? (I am unable to encode them)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
From the MongoDB docs "the '.' character must not appear anywhere in the key name". It looks like you'll have to come up with an encoding scheme or do without. |
|||
|
|
|
For PHP I substitute the HTML value for the period. That's It stores in MongoDB like this:
and the PHP code...
|
||||
|
|