Github user benkeen commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/78#discussion_r18430692
--- Diff: app/addons/documents/routes-documents.js ---
@@ -391,7 +385,8 @@ function(app, FauxtonAPI, Documents, Changes, Index,
DocEditor, Databases, Resou
this.documentsView.setParams(docParams, urlParams);
this.documentsView.forceRender();
- this.apiUrl = [collection.urlRef("apiurl", urlParams), "docs"];
+ // problem. This
+ //this.apiUrl = [collection.urlRef("apiurl", urlParams), "docs"];
--- End diff --
Ooh good call, I'll add a comment. This was commented out due to a related
issue that I mentioned in the original PR:
> 2. There's an outstanding issue (outside this ticket) where the header
bar doesn't always show the correct content when navigating from page to page.
@ocelotpotpie is looking into a fix for this. But for this ticket, to
prevent the header bar disappearing each time you do a search I'll leave this
commented out.
---
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.
---