Hello,
I have a (v8 or v9, still the same) server with a couple of databases, one of which contains my website. I'd like to have the users be redirected, served the correct website without them needing to explicitly select it. I would like to, however, be able to select other databases for testing as well via /web/database/selector.
I have an answer for selecting default database as:
(in config)
db_filter = your_default_database, or, for unambiguous result, db_filter = ^your_default_database$
But that disables selecting other databases altogether, only the one filtered is available in the list. How can I select the default, but have others available?