Hi,
I am facing an issue where the facets are shown in the preview of the page but not in the actual page.
I have created an apachesolr_views, made a query and then i used the module 'viewfield' to display the view in a field. In here, when i add the view as a field, the preview page looks like this (http://i.imgur.com/PCIr6.png) and when i click save the page looks like this (http://i.imgur.com/7xOfX.png).
I am not sure where the actual error is going, it looks like 'viewfield' module is doing its job and the node is not displaying the facets.
It would be very helpful if you can help me figure out where the issue is.
Please let me know your suggestions.
Many Thanks,
Kiran.
| Comment | File | Size | Author |
|---|---|---|---|
| Actual_page.png | 68.74 KB | kiranch@vt.edu | |
| page_preview.png | 71.71 KB | kiranch@vt.edu |
Comments
Comment #1
phenaproximaI have this same problem in facetapi-7.x-1.2, only using search_api instead of apachesolr. So it seems safe to assume that the flaw here is in Facet API.
Comment #2
cpliakas commentedCan you confirm that the FacetapiAdapter::addActiveFilters() method is being called? I am wondering if there is some sort of caching that is preventing the facets from being initialized.
Thanks,
Chris