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

Jochen Weiland jweiland at nospam.jweiland.net
Fri Nov 1 19:10:30 CET 2013


The title field is empty, i.e. no title shown in search results (but 
rest of record is shown).

Of course, when I set title=last_name, the last name is shown as title

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