← Extensions
EXT:module_search
Command palette for the TYPO3 backend sidebar to quickly navigate modules, trigger actions, and search records.
Adds a search button to the TYPO3 backend sidebar. Clicking it (or pressing Ctrl+Shift+F / ⌘⇧F)
opens a command palette for quick navigation.
Search prefixes:
| Prefix | Scope |
|---|---|
> query | Modules only |
! query | Actions only (e.g. flush caches, create page) |
# query | Records via live search |
| (no prefix) | Modules, actions, and records combined |
When opened with no query, recently opened documents are shown (requires EXT:opendocs).
Proof of concept. Not yet production-ready.
Installation
composer require georgringer/module-search
Requirements
| Package | Version |
|---|---|
| TYPO3 CMS | 14.3+ |