mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 22:16:11 +01:00
Apply search word search to categories titles
This commit is contained in:
parent
049e121183
commit
e82df315a7
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ class DateRepository extends \TYPO3\CMS\Extbase\Persistence\Repository
|
|||
$fieldsToSearch = [
|
||||
'event.title',
|
||||
'event.teaser',
|
||||
'event.categories.title',
|
||||
];
|
||||
|
||||
$wordsToSearch = $demand->getSynonymsForSearchword();
|
||||
|
|
Loading…
Reference in a new issue