[TYPO3-Solr] Add "dynamic" title field in own indexer

Seidel, Christopher c.seidel at ITM-Group.com
Mon Nov 18 11:46:21 CET 2013


Hi guys,

at the moment i use two selfmade indexers in TypoScript which works really fine.

But now I would to have a bit more dynamic in the index field.

Is it possible to map not only to database fields and use dynamic functions for example use two fields in combination?


fields {
            title = name + uid


Or maybe to add additional text in the front of the field?


fields {
            title = "Projekt" + uid


This doesn't work, so is there any possibility to do that?

Thanks
Christopher


More information about the TYPO3-project-solr mailing list