[TYPO3-Solr] Facetting shows only latest defined facet
Kilian Hann
khann at fconnection.com
Tue Aug 14 09:43:50 CEST 2012
Hi List,
I'm trying to use multiple facettes, but somehow only the last defined
facet is being shown.
plugin.tx_solr.search.faceting = 1
plugin.tx_solr.search.faceting {
minimumCount] = 1
sortBy = count
limit = 10
singleFacetMode = 0
showEmptyFacets = 1
keepAllFacetsOnSelection = 0
facetLinkATagParams = rel="nofollow"
facetOrder = type,pid,category
facets {
type {
label = Typ
field = type
}
pid {
label = Projekte
field = pid
renderingInstruction = CASE
renderingInstruction {
34 = TEXT
34.value = Test 1
}
}
category {
label = Kategorie
field = category_stringS
}
}
}
With the above configuration, only 'category' is being shown.
Adding 'plugin.tx_solr.search.faceting.facets.category >' will only
show the pid facet and so forth.
Any ideas how to solve this?
Many thanks,
Kilian
--
Future Connection AG
http://fconnection.com
More information about the TYPO3-project-solr
mailing list