Active
Project:
Facet API
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 18:36 UTC
Updated:
15 May 2013 at 12:40 UTC
I got the error message:
The widget does not support the term query type.
Comments
Comment #1
cpliakas commentedHi 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