add data queryEnricherConfig
This commit is contained in:
@@ -39,17 +39,16 @@ final readonly class QueryEnricherConfig
|
|||||||
* @var array<int|string, mixed>
|
* @var array<int|string, mixed>
|
||||||
*/
|
*/
|
||||||
private const ENRICH_QUERY_LIST = [
|
private const ENRICH_QUERY_LIST = [
|
||||||
// -----------------------------------------------------------------
|
'Wasserhärte' => 'Resthärte',
|
||||||
// Example mappings.
|
'Gerät' => 'Modell',
|
||||||
// Replace / extend these with your current real project mappings.
|
'Indikator' => 'Chemie',
|
||||||
// -----------------------------------------------------------------
|
'Seminar' => 'Webinar',
|
||||||
|
'Schulung' => 'Seminar',
|
||||||
'water hardness' => 'residual hardness',
|
'Indikatoren' => 'Indikator',
|
||||||
'device' => 'instrument',
|
'Wasserhärte-Grenzwert' => 'Resthärte',
|
||||||
'gerät'=>'produkt',
|
'Resthärte-Grenzwert' => 'Wasserhärte',
|
||||||
'rebuild'=>'reindex',
|
'Grenzwert' => 'Überwachungsbereich',
|
||||||
|
'store'=>'shop'
|
||||||
['measuring device', 'meter', 'instrument'],
|
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user