Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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