You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Mike Marino <mm...@gmail.com> on 2014/09/25 18:09:18 UTC

Workarounds for multipart/related ordering

Hi all,

PUTs of documents with attachments using multipart/related associate the
attachments based upon the ordering of the submitted JSON in the
_attachment dictionary.  (This has been noted as an issue here:
https://issues.apache.org/jira/browse/COUCHDB-1521 , but not yet addressed
for the past couple of years.)  I'm curious if anyone has developed a
workaround or uses any workaround for this to ensure that the output JSON
e.g. in javascript follows a defined ordering?

Thanks
Mike