optimize weigths by rag and shop
This commit is contained in:
78
src/Config/ShopServiceConfig.php
Normal file
78
src/Config/ShopServiceConfig.php
Normal file
@@ -0,0 +1,78 @@
|
||||
<?php
|
||||
|
||||
namespace App\Config;
|
||||
|
||||
class ShopServiceConfig
|
||||
{
|
||||
public const DEVICE_QUERY_KEYWORDS = [
|
||||
'analysegerät',
|
||||
'analysegeraet',
|
||||
'messgerät',
|
||||
'messgeraet',
|
||||
'analysator',
|
||||
'analyzer',
|
||||
'gerät',
|
||||
'geraet',
|
||||
'monitor',
|
||||
'controller',
|
||||
'gerät für',
|
||||
'geraet fuer',
|
||||
];
|
||||
|
||||
public const ACCESSORY_QUERY_KEYWORDS = [
|
||||
'zubehör',
|
||||
'zubehor',
|
||||
'reagenz',
|
||||
'reagent',
|
||||
'indikator',
|
||||
'indicator',
|
||||
'kit',
|
||||
'set',
|
||||
'ersatz',
|
||||
'verbrauchsmaterial',
|
||||
'consumable',
|
||||
'dazu',
|
||||
'passend',
|
||||
'passende',
|
||||
'passendes',
|
||||
];
|
||||
|
||||
public const ACCESSORY_PRODUCT_KEYWORDS = [
|
||||
'reagenz',
|
||||
'reagent',
|
||||
'indikator',
|
||||
'indicator',
|
||||
'kit',
|
||||
'set',
|
||||
'verbrauchsmaterial',
|
||||
'consumable',
|
||||
'zubehör',
|
||||
'zubehor',
|
||||
'ersatz',
|
||||
'nachfüll',
|
||||
'nachfuell',
|
||||
'refill',
|
||||
'lösung',
|
||||
'loesung',
|
||||
'solution',
|
||||
'teststreifen',
|
||||
'test strip',
|
||||
];
|
||||
|
||||
public const DEVICE_PRODUCT_KEYWORDS = [
|
||||
'analysegerät',
|
||||
'analysegeraet',
|
||||
'messgerät',
|
||||
'messgeraet',
|
||||
'analysator',
|
||||
'analyzer',
|
||||
'monitor',
|
||||
'controller',
|
||||
'online-analysator',
|
||||
'online analysator',
|
||||
'online-analysegerät',
|
||||
'online analysegeraet',
|
||||
'online analyzer',
|
||||
'online monitor',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user