[TYPO3-Solr] Not indexing custom table
Prabin Dahal
mr.prabin at gmail.com
Wed Feb 18 13:27:44 CET 2015
The extension was made with flexforms. There was no TCA previously, but for this purpose I added TCA manually. Here is the added TCA configuration .
$TCA['tx_lsfcache2_person'] = array (
'ctrl' => array (
'title' => 'LSF Cache Person',
'label' => 'vorname',
'label_alt' => 'titel,vorname,nachname',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
'languageField' => 'sys_language_uid',
'transOrigPointerField' => 'l10n_parent',
'transOrigDiffSourceField' => 'l10n_diffsource',
'default_sortby' => 'ORDER BY crdate',
'searchFields' => 'personid, name, vorname, titel, akadgrad, remarks, arbeitsgebiete, sprechzeit, url_termin, eid, einrichtung, privatehomepage, setllenbeschreibung, cv_akademischerwerdegang, ',
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'persontca.php',
'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'icon_tx_lsfcache2_einrichtungen.gif',
),
);
Regards.
More information about the TYPO3-project-solr
mailing list