Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Sep 2010 at 18:07 UTC
Updated:
13 Jul 2011 at 22:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
mihha commentedOk. Found it. Now it works.
Mihajlo
Kontrola
Comment #2
3dloco commentedThanks a lot Mihha! Your patch works for me too.
Comment #3
3dloco commented;)
Comment #4
jpmckinney commentedYou should test if
$mappings[$field_type][$widget_type]['facet_block_callback']isset().Comment #5
jpmckinney commentedMarked #1022970: Non-friendly display of dates in apachesolr cck date facets duplicate.
Comment #6
jpmckinney commentedAdd tag
Comment #7
MickC commentedI've used this patch and get a list of multiple '2010' entries, which then drill down into different dates.
I would have expected it to roll up into a single entry for 2010.
Note there's an older thread here http://drupal.org/node/558160 but I'm not sure whether this ha been committed to the current dev, and which patch to use.
Any comment? thanks...
PS - I only got this far using this patch when I restored the 2nd fix to the original 'field_type' - the patch change to 'type' just failed on a time out. After the restore I could at least access the search page and see the facet, albeit with multiple year entries as described above. MC
Comment #8
jpmckinney commentedRe-rolled with my recommendation. I think field_type is correct and should not be changed.
Comment #9
jpmckinney commentedNot an issue in 7.x which handles facet_block_callback and other attributes much more cleanly in its apachesolr_entity_fields.
Comment #10
jpmckinney commentedComment #12
MickC commentedWorking! See this post http://drupal.org/node/558160#comment-4731514