[
https://issues.apache.org/jira/browse/COUCHDB-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14381128#comment-14381128
]
ASF subversion and git services commented on COUCHDB-2645:
----------------------------------------------------------
Commit 8a1bd31763204703f510f5efad395a201f4f686b in couchdb-mango's branch
refs/heads/2645-return-doc-id from [~tonysun83]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-mango.git;h=8a1bd31 ]
Change comparison operator for none
Fixes COUCHDB-2645
> Mango should return the created design doc
> ------------------------------------------
>
> Key: COUCHDB-2645
> URL: https://issues.apache.org/jira/browse/COUCHDB-2645
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Database Core
> Reporter: Robert Kowalski
>
> Currently mango returns {"result":"created"} after a creation of an index.
> It would be cool if it would return at least the id of the created design
> doc, or the whole created design doc, because if I want to delete an index, I
> need the id and name.
> Currently the workaround is listing all indexes, filtering for the one I just
> created, grabbing the id and then delete the index.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)