diff --git a/Configuration/TypoScript/setup.txt b/Configuration/TypoScript/setup.txt index 5ba20c1..4e636cc 100644 --- a/Configuration/TypoScript/setup.txt +++ b/Configuration/TypoScript/setup.txt @@ -19,7 +19,7 @@ plugin.tx_solr { view { templateRootPaths { - 10 = EXT:solrfluidgrouping/Resources/Private/Templates/ + 100 = EXT:solrfluidgrouping/Resources/Private/Templates/ } } diff --git a/Resources/Private/Templates/Search/Results.html b/Resources/Private/Templates/Search/Results.html index 22272c8..0761bf7 100644 --- a/Resources/Private/Templates/Search/Results.html +++ b/Resources/Private/Templates/Search/Results.html @@ -2,113 +2,143 @@ xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" xmlns:s="http://typo3.org/ns/ApacheSolrForTypo3/Solr/ViewHelpers/"> - - - + + - - - - - - Nothing found for "%s". - Search instead for "%s". - - - - - - - Searched for "%s" - + + + + + + + + + + + - - - - - - Did you mean - - {suggestion.suggestion} - ? - - - - - - - + + + + + + + + + + + + + + + + + + - Found 1 result in %d seconds + + Nothing found for "%s". + Search instead for "%s". + + - Found %d results in %d seconds + + + Searched for "%s" + + - - - - - Results %d until %d of %d - - - - - - - - - - - - {group.groupname} + + + Did you mean + + {suggestion.suggestion} + ? + + - - {groupItem.groupValue} ({groupItem.numFound}) - - + + + + + Found 1 result in %d seconds + + + Found %d results in %d seconds + + + + + + Results %d until %d of %d + + + + + + + + + + + + + + + + {group.groupname} + + + {groupItem.groupValue} ({groupItem.numFound}) + + + + + + + + + + + + + - - - - - - - - - - - - - - - - + + + + + + + + - - - - - - - - - + + + + + + + + + + - \ No newline at end of file