Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2009 at 07:53 UTC
Updated:
25 Dec 2009 at 18:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
robertdouglass commentedHmm. Perhaps you can compare the steps taken at index time and see if I do all the right things to the comment text as compared to the node text from the apachesolr_node_to_document function in apachesolr.index.inc. Thanks for looking into this.
Comment #2
kcoop commentedYes, it was a simple fix. Duplication of the htmlspecialchars and html_entity_decode calls (implicit in apachesolr_clean_text). Here's a patch.
Comment #3
dakku commentedagain, the above patch by kcoop seems to fix the issue. I am running this on my website here:
http://janaksingh.com/search/apachesolr_search/drupal?filters=type%3Acom...
Can this be committed to 6.2 please?
Comment #4
robertdouglass commentedApplied, minus the code that limits the batch process to 1 ;)
Thanks.
Comment #6
kcoop commentedAck, I did it here too... whoops. :P