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

    https://github.com/apache/couchdb-fauxton/pull/717#discussion_r65401490
  
    --- Diff: app/addons/documents/routes-index-editor.js ---
    @@ -57,6 +58,10 @@ var IndexEditorAndResults = BaseRoute.extend({
         this.createDesignDocsCollection();
         this.addLeftHeader();
         this.addSidebar();
    +
    +    this.setComponent("#right-header", RightAllDocsHeader, {
    +      database: this.database
    +    });
    --- End diff --
    
    The all docs header includes the query options and the doc id search ahead. 
Its on the view pages and all docs page.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to