---
title: "Feature: #92522 - Show table and field names in ext:lowlevel"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-92522"
source: "Changelog/11.0/Feature-92522-ShowTableAndFieldNamesInExtlowlevel.rst"
typo3-version: "11.0"
typo3-major: 11
type: "feature"
issue: 92522
forge: "https://forge.typo3.org/issues/92522"
tags: ["Backend", "ext:lowlevel"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Feature: #92522 - Show table and field names in ext:lowlevel {#feature-92522}

See [forge#92522](https://forge.typo3.org/issues/92522)

## Description {#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 {#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.
