← Extensions
TYPO3 14 BackendUXSearch

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:

PrefixScope
> queryModules only
! queryActions only (e.g. flush caches, create page)
# queryRecords 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

PackageVersion
TYPO3 CMS14.3+