[TYPO3-Solr] How to combine solr title field from multiple values?
Ingo Renner
ingo at typo3.org
Fri Nov 1 19:18:26 CET 2013
On 11/1/13, 11:10 AM, Jochen Weiland wrote:
> 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
Is the field empty, or does it at least have the spaces from the wrap?
If it's empty I would almost guess the TEXT cObjects don't have data,
but that in itself sounds weird.
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