LyteFM opened a new issue #1086: Enhancement: Apply filters on _all_dbs URL: https://github.com/apache/couchdb-fauxton/issues/1086 When using superlogin or the `couch_peruser` - option, it is often necessary to investigate a small subset of a large set of databases. My scripts access `_all_dbs` and then filter by name or by specific documents or keys on documents that exist in many databases. In Fauxton, it's only possible to select one database by name or to browse all by page. It would be great if some of the following was possible in future releases: - Regular expression filtering on the database name - Filtering based on the existence of a document (by name/ regex on name) in each database - Filtering based on document keys (if the doc exists) in each database The first point would already help a lot. And many thanks for your work on CouchDB/ Fauxton!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
