[TYPO3-ttnews] TT_News not working with BE Search TYPO3 4.6+

Christian Hennecke christian.hennecke at wunderknaben.com
Thu Sep 13 14:50:24 CEST 2012


Am 10.09.2012 16:47, schrieb Errol I. Mars:
> Tt_news does not work with the TYPO3 BE search in TYPO3 4.6+. Is there a
> fix for this?

Starting with 4.6, the BE searches only searches in fields specified in 
the TCA via the searchFields property. However, very few extension 
authors have added this property to their extensions so far.

You can add the fields you want yourself via extTables.php like this:

$GLOBALS['TCA']['tt_news']['ctrl']['searchFields'] = 'title, bodytext';

See also:

http://www.dmitry-dulepov.com/2011/10/backend-search-improvements-in-typo3-46.html

Cheers,
Christian


More information about the TYPO3-project-tt-news mailing list