TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,26 @@
.. include:: /Includes.rst.txt
.. _feature-92522:
============================================================
Feature: #92522 - Show table and field names in ext:lowlevel
============================================================
See :issue:`92522`
Description
===========
If the configuration `['BE']['debug']` is enabled and the current user is an
administrator, the name of a DB table or DB field is appended to the select
options in the "Full Search" module of ext:lowlevel.
Impact
======
This simplifies working with and debugging problems inside the full search of
ext:lowlevel, as developers usually know the DB table and field names better
than their labels configured in TCA.
.. index:: Backend, ext:lowlevel