[TYPO3-Solr] How to combine solr title field from multiple values?

Jochen Weiland jweiland at nospam.jweiland.net
Fri Nov 1 19:01:00 CET 2013


Hi,

I want the title field show the combination of two data columns 
(last_name, first_name):

		fields {

			title = COA
			title {
				10 = TEXT
				10 {
					field = last_name
					noTrimWrap = ||, |
				}
				20 = TEXT
				20 {
					field = first_name
					noTrimWrap = || |
				}
			}
		}	

For some (probably simple) reason that does not work.

Any ideas?

Best regards
Jochen


More information about the TYPO3-project-solr mailing list