Instant Filter
Categories
Component ID
793448
Component name
Instant Filter
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
13571
Component created
Component changed
Component body
A backport of the instant filtering feature added to various Drupal 8 administration pages.
Don't you think the modules administration page is way too long? Can't you find the module you want to enable?
On entering a search term, the filter will immediately hide page elements that do not contain this term. The result is a smaller page that only shows elements that are relevant to the search term.
Pages supported with instant filtering (with respective Drupal 8 issues):
- admin/modules: #396478: Searchable modules page
- admin/people/permissions: #229193: Incremental filter for permissions page
- admin/config/development/testing: #1919470: Add a search field to the test overview page
Pages not yet supported (but intended):
- admin/structure/views: #2087327: [Regression from D7] Add text search functionality to views listing page
- admin/modules/uninstall: #396478: Searchable modules page
Similar Modules
- Module Filter which makes much more major changes to the modules page UI, heavier JavaScript, hiding module versions by default, and overriding page callbacks. Instant Filter is much lighter alternative, and using it can result in an easier UI transition when upgrading to Drupal 8.
