On Mar 5, 2014, at 3:18 AM, Robert Samuel Newson <[email protected]> wrote:

> doc _ids have to be strings, you can’t use an array.

What Bob said.

You could always JSON-encode the array and use that string as the document ID. 
It’d be very ugly (especially when encoded in a URL!) but it would probably 
work.

Or you could concatenate the components using some delimiter character (that 
can’t appear in the components), the way everyone else does :)

—Jens

Reply via email to