first commit

This commit is contained in:
Sven Wappler
2021-04-17 00:26:33 +02:00
commit 866c63cc63
813 changed files with 100696 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Important: This file is deprecated and will removed with EXT:meilisearch 12.x
@import 'EXT:meilisearch/Configuration/TypoScript/Examples/Facets/Hierarchy/setup.typoscript'

View File

@@ -0,0 +1,23 @@
# Enable a hierarchy facet on the field "rootline"
lib.tx_meilisearch.pagetitle = HMENU
lib.tx_meilisearch.pagetitle {
special = list
special.value.current = 1
1 = TMENU
1 {
NO {
doNotLinkIt = 1
}
}
}
plugin.tx_meilisearch.search.faceting = 1
plugin.tx_meilisearch.search.faceting.facets {
pageHierarchy {
field = rootline
label = Rootline
type = hierarchy
partialName = Rootline
}
}