Currently the titles are truncated both in Solr and PHP. We should ensure that the full title is highlighted and returned by Solr and not process it in PHP. The text-overflow declaration is probably what we want to use here.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | title-tuncate-css-1851924-2.patch | 4.6 KB | cpliakas |
Comments
Comment #1
cpliakas commentedFor Solr, it looks like we will have to modify the hl.fragsize param to the length of the tiel field, since Apache Solr Search Integration defaults to 100.
Comment #2
cpliakas commentedDoesn't seem like we have to touch the hl.fragsize param. Attached patch makes the suggested modification.
Comment #3
cpliakas commentedCommitted at http://drupalcode.org/project/rich_snippets.git/commit/5d4ee52.