You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Tony Sun (JIRA)" <ji...@apache.org> on 2015/04/20 00:08:59 UTC

[jira] [Resolved] (COUCHDB-2645) Mango should return the created design doc

     [ https://issues.apache.org/jira/browse/COUCHDB-2645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Sun resolved COUCHDB-2645.
-------------------------------
    Resolution: Fixed

> 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)