TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
indexed_search_mysql
indexed_search_mysql/ext_localconf.php
Go to the documentation of this file.
1
<?php
2
defined(
'TYPO3_MODE'
) or die();
3
4
// Configure hook to query the fulltext index
5
$GLOBALS
['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['pi1_hooks']['getResultRows_SQLpointer'] = \TYPO3\CMS\IndexedSearchMysql\Hook\MysqlFulltextIndexHook::class;
6
// Use all index_* tables except "index_rel" and "index_words"
7
$GLOBALS
['TYPO3_CONF_VARS']['EXTCONF']['indexed_search']['use_tables'] = 'index_phash,index_fulltext,index_section,index_grlist,index_stat_search,index_stat_word,index_debug,index_config';
Generated on Wed Nov 11 2015 01:51:55 for TYPO3 by
1.8.3