I have configured a facet for my custom thesaurus, which works well. But I could not find a solution to display a custom name for the search facet. I have configured the facet through the UI. Here is the JSON:
"th_thema_thesaurus_tree.default": {
"terms": {
"field": "th_thema_thesaurus_tree.default",
"size": 100,
"order": {
"_key": "asc"
}
}
}
Is there a way to add a label or title or something? I have tried using the meta-section, but I did not work.
I am using docker-image of geonetwork 4.2.
