I got the error message:

The widget does not support the term query type.

Comments

cpliakas’s picture

Hi fehin.

Thanks for the post. What we be helpful to know is what the facet definition for that field is. You can do this by implementing hook_facetapi_facet_info_alter() and using the dsm() function if you have the Devel module enabled or var_export() / var_dump() otherwise. This will help us determine what the facet expects and we can go from there.

Thanks,
Chris