[
https://issues.apache.org/jira/browse/COUCHDB-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14210164#comment-14210164
]
ASF GitHub Bot commented on COUCHDB-2460:
-----------------------------------------
GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/148
Switch-db-tray does not work with query options
This fixes a problem where using the db tray switch shows incorrect
results. To confirm fix:
1. Open a database (database A) and search for a single key with the
queryoption-tray: you get one document as result
2. use the new tray to switch to another database (database B)
3. you should see that all_docs from database B now shows up as you'd
expect
Closes COUCHDB-2460
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
2460-switch-db-tray-query-options-bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/148.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #148
----
commit 9089c15b151b08bd4cf57aca73ccd4bc41157e9f
Author: Benjamin Keen <[email protected]>
Date: 2014-11-13T19:04:38Z
Switch-db-tray does not work with query options
This fixes a problem where using the db tray switch shows incorrect
results. To confirm fix:
1. Open a database (database A) and search for a single key with the
queryoption-tray: you get one document as result
2. use the new tray to switch to another database (database B)
3. you should see that all_docs from database B now shows up as you'd
expect
Closes COUCHDB-2460
----
> Switch-database-tray does not work with Queryoptions
> ----------------------------------------------------
>
> Key: COUCHDB-2460
> URL: https://issues.apache.org/jira/browse/COUCHDB-2460
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Robert Kowalski
> Assignee: Ben Keen
>
> Steps to reproduce:
> 1. Open a database (database A) and search for a single key with the
> queryoption-tray: you get one document as result
> 2. use the new tray to switch to another database (database B)
> 3. You will see all_docs from database A instead of database B
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)