[TYPO3-Solr] Solr doesn't find updates
Lars Peipmann
Lars at Peipmann.de
Wed Oct 10 10:43:42 CEST 2012
Hi Dmitry,
thanks for your response.
This is my TCA configuration with the setup for the tstamp field:
t3lib_extMgm::allowTableOnStandardPages('xyz');
$TCA['xyz'] = array(
'ctrl' => array(
'title' =>
'LLL:EXT:xyz/Resources/Private/Language/locallang_db.xml:xyz',
'label' => 'name',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
// 'cruser_id' => 'cruser_id',
// 'dividers2tabs' => TRUE,
// 'versioningWS' => 2,
// 'versioning_followPages' => TRUE,
// 'origUid' => 't3_origuid',
// 'languageField' => 'sys_language_uid',
// 'transOrigPointerField' => 'l10n_parent',
// 'transOrigDiffSourceField' => 'l10n_diffsource',
// 'delete' => 'deleted',
'enablecolumns' => array(
// 'disabled' => 'hidden',
// 'starttime' => 'starttime',
// 'endtime' => 'endtime',
),
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY)
. 'Configuration/TCA/Tool.php',
'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY) .
'Resources/Public/Icons/xyz.gif'
),
);
This configuration should be correct - I hope so :) It works great in
the TYPO3 backend within the list module.
Best, Lars
More information about the TYPO3-project-solr
mailing list