- π«π·France andypost
I think it's more a question menu/searchability, asked in upcoming tuning of menu navigation #3391723-13: [PLAN] Accessibility review β
The attached patch adds a menu search/scout to the administration section, in help.module. Type in a keyword or two, and get a list of matching admin pages back. Links are highlighted on the current page with spiffy bubbles. Deep links are highlighted with half-transparent bubbles.
Updated demo video available: http://acko.net/files/Drupal%20Menu%20Scout.mp4
It indexes the menu item titles, descriptions and help with search.module on first search (takes a couple of seconds). It does not use cron-based indexing.
Because it is difficult to correctly highlight inline and floated links, I only added the search to the top level admin pages (i.e. admin and admin/*).
Known issues:
Things to think about:
This is a completely new feature, but one which IMO makes the admin section much easier to get used to.
Active
11.0 π₯
Last updated
Makes Drupal easier to use. Preferred over UX, D7UX, etc.
Changes an existing API or subsystem. Not backportable to earlier major versions, unless absolutely required to fix a critical bug.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think it's more a question menu/searchability, asked in upcoming tuning of menu navigation #3391723-13: [PLAN] Accessibility review β