mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 06:56:10 +01:00
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:
commit
d102160717
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