Needs work
Project:
Apache Solr Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Nov 2010 at 11:04 UTC
Updated:
19 Sep 2011 at 12:38 UTC
Jump to comment: Most recent file
Comments
Comment #1
digi24 commentedpatch does not show
Comment #2
Taz commentedPatch didn't work on latest dev.
I applied it manually, but still didn't fix my issue, using latest Views 3 as well.
From what I can tell with minimal debugging, the value that should be inside the snippet is empty of real value, just puts "..." in the output when the empty() or is_null() logic is taken out of the field handler.
I know the body text has the test search word in it so... not sure what it is?
Comment #3
samipmallick commentedHas anyone been able to resolve this issue? Patch (manually applied) didn't work for me either.
From what I can tell the problem is that $hl_fl is not getting set correctly in this line: $hl_fl = $this->query->get_param('hl.fl');
$this->query->get_param('hl.fl') might need to be adjusted.
Comment #4
crosalot commentedThis patch work for me