Hi, my hierachical facets fail with:
[Error] Failed to load resource: the server responded with a status of 500 (Internal Server Error)
https://<my-ca-installation>/index.php/Browse/getFacetHierarchyLevel/facet/sammlung/browseType/objects/key/ed7a3bb86328f4478f03e9d359168298/linkTo/morePanel
from the browse.conf:
sammlung = {
type = authority,
table = ca_collections,
relationship_table = ca_objects_x_collections,
show_hierarchy = 1,
restrict_to_types = [],
group_mode = hierarchical,
order_by_label_fields = 1,
hierarchical_delimiter = ⬅ ,
label_singular = _("Sammlung"),
label_plural = _("Sammlungen"),
description = _("Find objects according to the Collections they belong to."),
},
Any Idea how to fix this?