I noticed some encoding issues with the node titles (and probably other fields) in the results.
For instance, if a title contains an ampersand it gets html encoded twice.
ApacheSolr seems to return an encoded value, and then the base field handler also encodes it when rendering.
Value in database
Title & other field encoding Issues
Returned from Solr
Title & other field encoding Issues
End output from handler - encodings visible in browser
Title ∓ other field encoding Issues
Comments
Comment #1
Scott Reynolds commentedIs it related to this issue? #528086: html entities are not properly handled on search/display
Comment #2
smoothify commentedThanks for the pointer, this indeed does seem to be related to that issue.
I applied the patch, re-indexed and the titles display correctly now.
Comment #3
Scott Reynolds commentedMarking as dup then.