events/Classes/Domain/Model
Daniel Siepmann a332bffc25 Add synonym feature for date search
Allow configuration of synonyms via TypoScript.
This is taken into account when searching dates via submitted demand.

The configuration looks like the following:

    plugin.tx_events {
        settings {
            synonyms {
                10 {
                    word = Stadtführung
                    synonyms = Tour, Stadtführungen, Führung
                }
            }
        }
    }

The 10, 11, … is necessary as umlauts won't work as keys.
So `synonyms.Stadtführung = Tour, Stadtführungen` will not work.

Relates: #9158
2021-07-13 13:13:15 +02:00
..
Dto Add synonym feature for date search 2021-07-13 13:13:15 +02:00
Date.php Fix lang uid var name 2020-10-01 08:56:44 +02:00
Event.php Fix lang uid var name 2020-10-01 08:56:44 +02:00
Organizer.php Fix lang uid var name 2020-10-01 08:56:44 +02:00
Region.php Fix lang uid var name 2020-10-01 08:56:44 +02:00