mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 05:56: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.title',
|
||||||
'event.teaser',
|
'event.teaser',
|
||||||
'event.categories.title',
|
'event.categories.title',
|
||||||
|
'event.name', // Location name
|
||||||
|
'event.organizer.name',
|
||||||
];
|
];
|
||||||
|
|
||||||
$wordsToSearch = $demand->getSynonymsForSearchword();
|
$wordsToSearch = $demand->getSynonymsForSearchword();
|
||||||
|
|
|
@ -11,6 +11,8 @@ Features
|
||||||
|
|
||||||
* Support PHP 8.1.
|
* Support PHP 8.1.
|
||||||
|
|
||||||
|
* Search location name and organizer name when a search word for dates was given.
|
||||||
|
|
||||||
Fixes
|
Fixes
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue