Download the PHP package studiomitte/live-search-extended without Composer
On this page you can find all versions of the php package studiomitte/live-search-extended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download studiomitte/live-search-extended
More information about studiomitte/live-search-extended
Files in studiomitte/live-search-extended
Package live-search-extended
Short Description Improved backend search for v12
License GPL-2.0-or-later
Informations about the package live-search-extended
TYPO3 Extension live_search_extended
This extension improves the output of TYPO3's backend search of the top right corner which is called Live Search by:
- Appending the UID of the record to the title
- Provide more information about the record in the result
- Search for EXT:form records
Supported TYPO3 versions:
- 12.4 LTS
Installation
Usage
Check out the examples in Configuration/TCA/Overrides/examples.php
which are enabled by default but can be disabled in the Extension settings.
There are 2 ways to configure the extension. Every configuration must be placed in Configuration/TCA/Overrides/<some_file_name.php
.
API driven
Directly in TCA
Extending
You can provide computed fields in the result row by using the event \StudioMitte\LiveSearchExtended\Event\ModifyRowEvent
.
One example is in \StudioMitte\LiveSearchExtended\EventListener\RowModification\SysTemplateRowModificationEventListener
which provides the line count of TypoScript to the result row which is then later used in the configuration
Credits
This extension was created by Studio Mitte with ♥.
Find more TYPO3 extensions we have developed that provide additional features for TYPO3 sites.