first commit
This commit is contained in:
@@ -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'
|
@@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user