mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 04:36:09 +01:00
Search location name and organizer name
This commit is contained in:
parent
86ce1d700e
commit
8f729dc0bd
2 changed files with 4 additions and 0 deletions
|
@ -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();
|
||||
|
|
|
@ -11,6 +11,8 @@ Features
|
|||
|
||||
* Support PHP 8.1.
|
||||
|
||||
* Search location name and organizer name when a search word for dates was given.
|
||||
|
||||
Fixes
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in a new issue