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

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


Nope, even static values don't work. When the data is submitted to the 
index, the title field ist empty and doesn't contain Doe, John:

<field name="title"></field><field 
name="office_stringS">Gebäudemanagement</field>

Jochen

Am 01.11.13 19:18, schrieb Ingo Renner:

> Can/did you try some hard-coded values?
>
> fields {
>      title = COA
>      title {
>          10 = TEXT
>          10 {
>              value = Doe
>              noTrimWrap = ||, |
>          }
>          20 = TEXT
>          20 {
>              value = John
>              noTrimWrap = || |
>          }
>      }
> }
>
>
> -Ingo



More information about the TYPO3-project-solr mailing list