If exactly the same text appears twice in a node, it can end up showing twice in search results. There's not many cases this will happen, but it's likely in the case where there's multiple English/Spanish/French variations for different regions/countries.

Patch coming up.

CommentFileSizeAuthor
#1 apachesolr_2050679-1.patch540 bytescatch

Comments

catch’s picture

Status: Active » Needs review
StatusFileSize
new540 bytes

Here's the patch, just does array_unique().

pwolanin’s picture

Status: Needs review » Postponed (maintainer needs more info)
douggreen’s picture

Issue summary: View changes

This is already fixed in apachesolr_multilingual. The problem was that the result includes both content and i18n_content_en, which shows duplicates.

douggreen’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)