- Issue created by @malcomio
- š¦š¹Austria drunken monkey Vienna, Austria
Thanks for the suggestion, that does make sense. Iām happy to review and commit a patch implementing this. (There are unfortunately too many other issues for me to work on this myself.)
- Merge request !108Draft: Issue #3421823: Provide more server information via Drush ā (Open) created by malcomio
- š¬š§United Kingdom malcomio
In the project I'm working on, a lot of the information actually comes from search_api_solr ā - it may be necessary to do something in that module as well as or instead of the main search_api module.
- First commit to issue fork.
- š®š³India sakthi_dev
Added some details and verified for DB server.
- Status changed to Needs work
about 1 year ago 3:16pm 24 February 2024 - š¦š¹Austria drunken monkey Vienna, Austria
Thanks, both of you, good start!
However, might it be possible to just re-useBackendInterface::viewSettings()
to get backend-specific additional columns? Just magically transforming the settings key into a label might work well in most cases, and in English, but is not translatable and also not very flexible. Better to use something that was meant to be user-facing.