[TYPO3-Solr] How to combine solr title field from multiple values?
Ingo Renner
ingo at typo3.org
Fri Nov 1 19:03:41 CET 2013
On 11/1/13, 11:01 AM, Jochen Weiland wrote:
Hi Jochen,
> 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 = || |
> }
> }
> }
Looks good to me. What's the result of this configuration?
Ingo
More information about the TYPO3-project-solr
mailing list