add data queryEnricherConfig
This commit is contained in:
@@ -39,17 +39,16 @@ final readonly class QueryEnricherConfig
|
||||
* @var array<int|string, mixed>
|
||||
*/
|
||||
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'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user