Merge branch 'feature/search-category-titles' into 'master'

Apply search word search to categories titles

See merge request typo3/events!6
This commit is contained in:
Dirk Koritnik 2021-07-16 06:40:12 +00:00
commit d102160717

View file

@ -106,6 +106,7 @@ class DateRepository extends \TYPO3\CMS\Extbase\Persistence\Repository
$fieldsToSearch = [
'event.title',
'event.teaser',
'event.categories.title',
];
$wordsToSearch = $demand->getSynonymsForSearchword();