Robert Kowalski created COUCHDB-2645: ----------------------------------------
Summary: 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 created design doc at all, 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)