Search location name and organizer name

This commit is contained in:
Daniel Siepmann 2022-08-02 13:22:37 +00:00
parent 86ce1d700e
commit 8f729dc0bd
2 changed files with 4 additions and 0 deletions

View file

@ -141,6 +141,8 @@ class DateRepository extends Repository
'event.title',
'event.teaser',
'event.categories.title',
'event.name', // Location name
'event.organizer.name',
];
$wordsToSearch = $demand->getSynonymsForSearchword();

View file

@ -11,6 +11,8 @@ Features
* Support PHP 8.1.
* Search location name and organizer name when a search word for dates was given.
Fixes
-----