[TYPO3] indexed_search results using subtitle

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Sun Oct 22 11:38:33 CEST 2006


Martin Bidner schrieb:
> o.k. i did same testing in class.tx_indexedsearch.php
> i found there the function called makeTitle($row):

Ah, I forgot to mention that the alternative doctitle is not within the 
indexer.

You can set the title like this (from a plugin of type USER):

$GLOBALS['TSFE']->indexedDocTitle = 'my title';

The post-processing hooks are also in $TSFE 
(typo3/sysext/cms/tslib/tslib_fe.php):

I'd use the hook "contentPostProc-cached" and set the title there.

Masi



More information about the TYPO3-english mailing list