georgringer/module-search

Module search for TYPO3 backend toolbar — quick module/page navigation

Maintainers

Package info

github.com/georgringer/module_search

Language:JavaScript

Type:typo3-cms-extension

pkg:composer/georgringer/module-search

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2026-06-11 18:12 UTC

This package is auto-updated.

Last update: 2026-06-11 18:14:12 UTC


README

Proof of concept — module search for the TYPO3 backend sidebar.

Requires TYPO3 ^14.3.

What it does

Adds a search button to the backend sidebar. Opens a command palette dialog (also via keyboard shortcut) to quickly navigate to modules, trigger actions, or find records.

Keyboard shortcut: Ctrl+Shift+F / ⌘⇧F

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 + records combined

When opened with no query, recently opened documents are shown (requires EXT:opendocs).

Installation

composer req georgringer/module-search