Closed (duplicate)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2009 at 16:29 UTC
Updated:
2 Jan 2010 at 11:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
nicholasthompsonThis also applies in DRUPAL-6--2
Comment #2
dixon_Hi. Here is a patch that fixes this issue for the 6.x branch. I also noticed some incorrect usage of the function
theme_apachesolr_breadcrumb_date_range(). It wasn't registered inhook_theme()and wasn't properly called from other functions.I have successfully tested this patch, and I can confirm that this solves the problem.
/dixon_, NodeOne
Comment #3
dixon_Here is also a patch for the 5.x branch. I haven't tested this patch as I'm not into Drupal 5 that much. I also don't know how theme functions are registered (if they are at all). So, someone will have to test this patch on a Drupal 5 site to see if it solves the problem.
/dixon_, NodeOne
Comment #4
robertdouglass commentedHere's a related issue to the theme function usage which should fix that problem: http://drupal.org/node/551582#comment-2423632
Comment #5
robertdouglass commentedI think #551582: Show value instead of key in CCK facets fixes this problem in 6.2. Porting it to 5.2. would fix it there, so closing this one as duplicate.