Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
30 Jan 2013 at 10:14 UTC
Updated:
23 May 2013 at 19:46 UTC
Jump to comment: Most recent file
Comments
Comment #1
deverman commentedJust attaching a screen shot to hopefully make it clearer what I mean.
Comment #2
nick_vhThis seems more a facetapi implementation bug.
So let's analyse this. In the apachesolr_search_process_response we do the following snippet and take the entity_type directly from the document.
And then in D6 we have the following function to process these vars :
The real responsible for this function is this. So we have two options now. Or you, as a site builder override this theme function and you load the respective type properly. Or we need to fix what we give to the theme function as the theme function itself cannot be changed (belongs to Drupal core)
Let's look at what 6.x-1.x did :
Aha! This looks like what we need.
The parsing code for this type happens in the result callback :
So let's add the same code of 6.x-1.x back and tada, we have a good solution.
Comment #3
nick_vhComment #4
nick_vhCommitted and marked as fixed. Thanks for the report
Comment #5
nick_vhClosing to clean the issue queue a bit