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

Scott Reynolds’s picture

smoothify’s picture

Thanks 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.

Scott Reynolds’s picture

Status: Active » Closed (duplicate)

Marking as dup then.