File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Classes/Domain/Search/ResultSet/Grouping/Parser Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22 backupGlobals=" false"
33 backupStaticAttributes=" false"
44 colors=" true"
5- convertErrorsToExceptions=" false "
6- convertWarningsToExceptions=" false "
5+ convertErrorsToExceptions=" true "
6+ convertWarningsToExceptions=" true "
77 forceCoversAnnotation=" false"
88 processIsolation=" false"
99 stopOnError=" false"
Original file line number Diff line number Diff line change @@ -273,8 +273,7 @@ public function canParse(SearchResultSet $resultSet): bool
273273 $ configuration = $ resultSet ->getUsedSearchRequest ()->getContextTypoScriptConfiguration ();
274274 $ groupsConfiguration = $ configuration ->getSearchGroupingGroupsConfiguration ();
275275 $ groupingEnabled = $ configuration ->getSearchGrouping ();
276-
277- return $ groupingEnabled && count ($ groupsConfiguration > 0 );
276+ return $ groupingEnabled && (count ($ groupsConfiguration ) > 0 );
278277 }
279278
280279 /**
Original file line number Diff line number Diff line change 22$ EM_CONF [$ _EXTKEY ] = array (
33 'title ' => 'Apache Solr for TYPO3 - Grouping for fluid rendering ' ,
44 'description ' => 'This addon provides the grouping for the fluid templating ' ,
5- 'version ' => '1.0 .0-dev ' ,
5+ 'version ' => '1.1 .0-dev ' ,
66 'state ' => 'stable ' ,
77 'category ' => 'plugin ' ,
88 'author ' => 'Timo Hund, Frans Saris ' ,
You can’t perform that action at this time.
0 commit comments