events/Classes
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
..
Command Add social links 2020-08-19 11:30:13 +02:00
Controller Add synonym feature for date search 2021-07-13 13:13:15 +02:00
Domain Add synonym feature for date search 2021-07-13 13:13:15 +02:00
Service Fix ticket import 2020-10-01 09:51:15 +02:00
ViewHelpers [TASK] Switch to method POST 2019-09-27 07:42:45 +02:00