Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb/pull/162#discussion_r10220446
  
    --- Diff: src/fauxton/app/addons/documents/routes.js ---
    @@ -170,9 +168,11 @@ function(app, FauxtonAPI, Documents, Databases) {
     
           this.data.designDocs = new Documents.AllDocs(null, {
             database: this.data.database,
    -        params: {startkey: '"_design"',
    +        params: {
    +          startkey: '"_design"',
               endkey: '"_design1"',
    --- End diff --
    
    Futon sets `endkey` as `_design0`.  But actual request that Fauxton makes 
is `endkey="_e"`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to