‪TYPO3CMS  11.5
ext_localconf.php File Reference

Go to the source code of this file.

Variables

 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_fe.php']['contentPostProc-cached']['indexed_search'] = TypoScriptFrontendHook::class . '->indexPageContent'
 
 $GLOBALS ['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearCachePostProc']['indexed_search'] = DeleteIndexedData::class . '->delete'
 
 $GLOBALS ['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['external_parsers']
 
 $extConf
 
if(isset($extConf['useMysqlFulltext']) &&(bool) $extConf['useMysqlFulltext']) else
 

Variable Documentation

◆ $extConf

◆ $GLOBALS [1/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'EXTCONF'][ 'indexed_search'][ 'external_parsers']
Initial value:
= [
'pdf' => FileContentParser::class,
'doc' => FileContentParser::class,
'docx' => FileContentParser::class,
'dotx' => FileContentParser::class,
'pps' => FileContentParser::class,
'ppsx' => FileContentParser::class,
'ppt' => FileContentParser::class,
'pptx' => FileContentParser::class,
'potx' => FileContentParser::class,
'xls' => FileContentParser::class,
'xlsx' => FileContentParser::class,
'xltx' => FileContentParser::class,
'sxc' => FileContentParser::class,
'sxi' => FileContentParser::class,
'sxw' => FileContentParser::class,
'ods' => FileContentParser::class,
'odp' => FileContentParser::class,
'odt' => FileContentParser::class,
'rtf' => FileContentParser::class,
'txt' => FileContentParser::class,
'html' => FileContentParser::class,
'htm' => FileContentParser::class,
'csv' => FileContentParser::class,
'xml' => FileContentParser::class,
'jpg' => FileContentParser::class,
'jpeg' => FileContentParser::class,
'tif' => FileContentParser::class,
]

Definition at line 29 of file ext_localconf.php.

◆ $GLOBALS [2/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 't3lib/class.t3lib_tcemain.php'][ 'clearCachePostProc'][ 'indexed_search'] = DeleteIndexedData::class . '->delete'

Definition at line 26 of file ext_localconf.php.

◆ $GLOBALS [3/3]

$GLOBALS[ 'TYPO3_CONF_VARS'][ 'SC_OPTIONS'][ 'tslib/class.tslib_fe.php'][ 'contentPostProc-cached'][ 'indexed_search'] = TypoScriptFrontendHook::class . '->indexPageContent'

Definition at line 25 of file ext_localconf.php.

◆ else

if (isset( $extConf[ 'useMysqlFulltext']) &&(bool) $extConf[ 'useMysqlFulltext']) else
Initial value:
{
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['use_tables'] =
'index_phash,index_fulltext,index_rel,index_words,index_section,index_grlist,index_stat_word,index_debug,index_config'

Definition at line 67 of file ext_localconf.php.

‪$GLOBALS
‪$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['adminpanel']['modules']
Definition: ext_localconf.php:25