mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 02:36:09 +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 = [
|
$fieldsToSearch = [
|
||||||
'event.title',
|
'event.title',
|
||||||
'event.teaser',
|
'event.teaser',
|
||||||
|
'event.categories.title',
|
||||||
];
|
];
|
||||||
|
|
||||||
$wordsToSearch = $demand->getSynonymsForSearchword();
|
$wordsToSearch = $demand->getSynonymsForSearchword();
|
||||||
|
|
Loading…
Reference in a new issue