Skip to content

Commit

Permalink
Temporarily disable hierarchical facet after 9.1 upgrade, see #2772
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrojan-ub committed Jun 24, 2024
1 parent 5abf066 commit 0800779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion local/tuefind/instances/ixtheo/config/vufind/facets.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ era_facet = Era
geographic_facet = Region
author_facet = Author
publisher_facet = Publisher
collections_hierarchy = "Collection Hierarchy"
;Temporarily disabled
;collections_hierarchy = "Collection Hierarchy"

; Facets that will appear at the top of search results when the TopFacets
; recommendations module is used. See the [TopRecommendations] section of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,12 @@ public function getDefaultCoreSpecs()
$this->addRecordLinks($spec);
$this->addTags($spec);
// Collections (IxTheo-specific)
/*
Temporarily disabled
$spec->setTemplateLine(
'Sammlungen', 'getCollectionsHierarchyRaw', 'data-collectionsHierarchy.phtml'
);
*/

return $spec->getArray();
}
Expand Down

0 comments on commit 0800779

Please sign in to comment.