Skip to content

Commit b031e7a

Browse files
anjeylinkdmh
authored andcommitted
[BUGFIX] use valid path for category label (#493)
1 parent 6bdebe8 commit b031e7a

File tree

1 file changed

+1
-1
lines changed
  • Resources/Private/Extensions/Solr/TypoScript

1 file changed

+1
-1
lines changed

Resources/Private/Extensions/Solr/TypoScript/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ plugin.tx_solr.search.results.showDocumentScoreAnalysis = 0
8181
## Test to add more filters
8282
plugin.tx_solr.search.faceting.facets.category.field = category_stringM
8383
plugin.tx_solr.search.faceting.facets.category.label = TEXT
84-
plugin.tx_solr.search.faceting.facets.category.label.data = LLL:EXT:lang/locallang_common.xlf:category
84+
plugin.tx_solr.search.faceting.facets.category.label.data = LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:category
8585

8686
plugin.tx_solr.search.faceting.facets.type {
8787
renderingInstruction = CASE

0 commit comments

Comments
 (0)