Hi,

While working apache solr view facets they don´t display at all. I did some debugging and the error seems to be in the apachesolr_views_query.inc file line 104

apachesolr_has_searched( TRUE);

This code doesn't set the has_search static property for the current environment. Here is how it should be set for the current environment:

apachesolr_has_searched($solr->getId(), TRUE);

Regards,

Julian Mancera

Comments

n20’s picture

exactly what i looked for! now my facet blocks also shown on the solr view i created... thanks!!

dstuart’s picture

Status: Active » Fixed

Change commited to dev

Status: Fixed » Closed (fixed)

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