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

cpliakas’s picture

Status: Active » Closed (won't fix)

Facet 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

farse’s picture

Well at least there is a solution to the problem as I was just having that very problem, so kudos!