due to some recent change, taxonomy blocks are no longer working.

stupid, but critical, bug in apachesolr_search.module:

          $vid = substr($delta, 12);

has to be:

          $vid = substr($delta, 7);

since we shortened the field name from 'imfield_vid_' . $vid to 'im_vid_' . $vid

CommentFileSizeAuthor
#1 taxo-block-380538-1.patch770 bytespwolanin

Comments

pwolanin’s picture

Status: Active » Needs review
StatusFileSize
new770 bytes
jbrauer’s picture

Status: Needs review » Reviewed & tested by the community

+1 worked beautifully

JacobSingh’s picture

seems okay.

pwolanin’s picture

Status: Reviewed & tested by the community » Fixed

committed to 6.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.