Closed (fixed)
Project:
Apache Solr Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2012 at 17:02 UTC
Updated:
27 Apr 2012 at 08:01 UTC
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
Comment #1
n20 commentedexactly what i looked for! now my facet blocks also shown on the solr view i created... thanks!!
Comment #2
dstuart commentedChange commited to dev