From f0700717cdced1f49dc02d03322b5416c5b2f710 Mon Sep 17 00:00:00 2001 From: team 1 Date: Tue, 21 Apr 2026 17:04:35 +0200 Subject: [PATCH] add data queryEnricherConfig --- src/Config/QueryEnricherConfig.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/Config/QueryEnricherConfig.php b/src/Config/QueryEnricherConfig.php index f4f2837..f772eff 100644 --- a/src/Config/QueryEnricherConfig.php +++ b/src/Config/QueryEnricherConfig.php @@ -39,17 +39,16 @@ final readonly class QueryEnricherConfig * @var array */ private const ENRICH_QUERY_LIST = [ - // ----------------------------------------------------------------- - // Example mappings. - // Replace / extend these with your current real project mappings. - // ----------------------------------------------------------------- - - 'water hardness' => 'residual hardness', - 'device' => 'instrument', - 'gerät'=>'produkt', - 'rebuild'=>'reindex', - - ['measuring device', 'meter', 'instrument'], + 'Wasserhärte' => 'Resthärte', + 'Gerät' => 'Modell', + 'Indikator' => 'Chemie', + 'Seminar' => 'Webinar', + 'Schulung' => 'Seminar', + 'Indikatoren' => 'Indikator', + 'Wasserhärte-Grenzwert' => 'Resthärte', + 'Resthärte-Grenzwert' => 'Wasserhärte', + 'Grenzwert' => 'Überwachungsbereich', + 'store'=>'shop' ]; /**