TYPO3 Logo
TYPO3 Low Level
Options
Give feedback View source How to edit Edit on GitHub Full documentation (single file)

TYPO3 Low Level

  • Introduction
  • Installation
  • Backend Modules
    • DB Check
      • Records Statistics
      • Database Relations
      • Full Search
      • Manage Reference Index
    • Configuration
  • Command line
  • Configuration
    • TSconfig
  • Events
  • Sitemap
  1. TYPO3 Low Level
  2. Configuration
  3. TSconfig
Give feedback Edit on GitHub

User TSconfig of the module "Full Search"

The module System > DB Check > Full Search can be configured with the following User TSconfig.

See also the chapter of Setting user TSconfig.

Search for content elements of type header only

disableStoreControl

disableStoreControl
Type
bool
Path
mod.dbint.disableStoreControl
Default
false

By default administrators can store and load their search configurations.

Disable the display of the load and save configuration controls:

User TSconfig
mod.dbint {
    disableStoreControl = 1
    disableSelectATable = 0
}
Copied!

disableShowSQLQuery

disableShowSQLQuery
Type
bool
Path
mod.dbint.disableShowSQLQuery
Default
false

By default the SQL query used for searching the records is displayed for successful searches and in case there are errors.

If this option is set to true the raw SQL query of the search is not displayed in either case:

User TSconfig
mod.dbint {
    disableShowSQLQuery = 1
}
Copied!

disableSelectATable

disableSelectATable
Type
bool
Path
mod.dbint.disableSelectATable
Default
false

If this option is set to true the affected administrators cannot select a table in which to search. This makes sense when there are prepared saved queries that should be used by the administrator but she should not be able to create new ones. If set to true disableStoreControl should be set to false, otherwise the module System > DB Check > Full Search > Advanced query cannot be used at all by the affected administrator.

User TSconfig
mod.dbint {
    disableStoreControl = 0
    disableSelectATable = 1
}
Copied!

disableSelectFields

disableSelectFields
Type
bool
Path
mod.dbint.disableSelectFields
Default
false

By default the fields uid and the field specified as label in the TCA are selected by default. The users can choose different fields to be selected.

By setting this configuration value to true the user can only use the default fields or the fields specified by a saved query and cannot change them.

User TSconfig
mod.dbint {
    disableSelectFields = 1
}
Copied!

disableMakeQuery

disableMakeQuery
Type
bool
Path
mod.dbint.disableMakeQuery
Default
false

Disables the Make Query section. Results cannot be filtered by fields then, unless saved queries are provided.

User TSconfig
mod.dbint {
    disableMakeQuery = 1
}
Copied!

disableGroupBy

disableGroupBy
Type
bool
Path
mod.dbint.disableGroupBy
Default
false

Disables the group by functionality.

User TSconfig
mod.dbint {
    disableGroupBy = 1
}
Copied!

disableOrderBy

disableOrderBy
Type
bool
Path
mod.dbint.disableOrderBy
Default
false

Disables the order by functionality.

User TSconfig
mod.dbint {
    disableOrderBy = 1
}
Copied!

disableLimit

disableLimit
Type
bool
Path
mod.dbint.disableLimit
Default
false

Disables changing the limit. The default limit is 100 records.

User TSconfig
mod.dbint {
    disableLimit = 1
}
Copied!
  • Previous
  • Next
Reference to the headline

Copy and freely share the link

This link target has no permanent anchor assigned. You can make a pull request on GitHub to suggest an anchor. The link below can be used, but is prone to change if the page gets moved.

Copy this link into your TYPO3 manual.

  • Home
  • Contact
  • Issues
  • Repository

Last rendered: Jun 23, 2025 22:07

© since 1997 by the TYPO3 contributors
  • Legal Notice
  • Privacy Policy