[
https://issues.apache.org/jira/browse/COUCHDB-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925150#comment-13925150
]
Robert Newson commented on COUCHDB-2113:
----------------------------------------
caching the output of _all_dbs could be very bad (what happens when you have a
million databases?).
Prefix filtering should be straightforward and efficient ("foo" finding "foo"
and "foobar" and "foobarbaz"), though as, after the bigcouch merge, the list of
dbs will be a database keyed on database name.
> Database search doesn't works as expected
> -----------------------------------------
>
> Key: COUCHDB-2113
> URL: https://issues.apache.org/jira/browse/COUCHDB-2113
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Fauxton
> Reporter: Alexander Shorin
>
> There is database search box on the main page. Actually, it searches database
> only if you enter full and correct name into the field. That's not what user
> expected when it see magnifier symbol on the button. It expects that he'll
> enter {{mail}} and Fauxton will show him the next list:
> - mailbox
> - Mike/mail
> - Mike/mail/spam
--
This message was sent by Atlassian JIRA
(v6.2#6252)