Closed (won't fix)
Project:
Facet API
Version:
7.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 08:22 UTC
Updated:
12 Jan 2013 at 18:36 UTC
I have a taxonomy dictionary and a content type with a term reference.
The term reference "number of values" field was set to 1.
I have an index on this field, and a facetsearch, which works fine.
After changing the "number of values" in the term reference to unlimited, the facetsearch is not working anymore (shows term from other dictionary, more exactly term with tid 1).
(Not even after clear cache/clear index/re-index).
Deleting the facet and the field index, clearing cache, and recreating the field index and facet does fix the issue.
Comments
Comment #1
cpliakas commentedFacet API does not handle the indexing or searching of the data, so I would post an issue against the search backend you are using unless you can point specifically to where the issue is inside of Facet API.
Thanks,
Chris
Comment #2
farse commentedWell at least there is a solution to the problem as I was just having that very problem, so kudos!