Skip to content

Commit

Permalink
[BUGFIX] use valid path for category label (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeylink authored and dmh committed Mar 14, 2019
1 parent 6bdebe8 commit b031e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Extensions/Solr/TypoScript/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ plugin.tx_solr.search.results.showDocumentScoreAnalysis = 0
## Test to add more filters
plugin.tx_solr.search.faceting.facets.category.field = category_stringM
plugin.tx_solr.search.faceting.facets.category.label = TEXT
plugin.tx_solr.search.faceting.facets.category.label.data = LLL:EXT:lang/locallang_common.xlf:category
plugin.tx_solr.search.faceting.facets.category.label.data = LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:category

plugin.tx_solr.search.faceting.facets.type {
renderingInstruction = CASE
Expand Down

0 comments on commit b031e7a

Please sign in to comment.