On Jun 16, 2014, at 3:29 AM, Pieter van der Eems 
<[email protected]> wrote:

> doc[123];

That should be
        doc["123"];
since the key is a string, not a number.

—Jens

Reply via email to