[TYPO3-english] Indexing configuration for indexed_search

Tapio Markula tapio.markula at xetpoint.fi
Fri Sep 18 16:53:10 CEST 2009


Hi

Indexed search should have config for enable fields

	// Create header if we are searching more than one indexing configuration:
			if (count($indexCfgs)>1)	{
				if ($freeIndexUid>0)	{
					list($indexCfgRec) = 
$GLOBALS['TYPO3_DB']->exec_SELECTgetRows('title','index_config','uid='.intval($freeIndexUid).$this->cObj->enableFields('index_config'));
			
But how to configure? enableField seems not to work as default ok.
Renders pages, which has time limits.


More information about the TYPO3-english mailing list