meilisearch/Configuration/TypoScript/Examples/Facets/Hierarchy/setup.typoscript

24 lines
474 B
Plaintext
Raw Normal View History

2021-04-17 00:26:33 +02:00
# 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
}
}