File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export const mapCategory = (rawCategory: string, productName: string): string =>
88 // Tiefkühl (hat Vorrang vor Fleisch/Fisch)
99 if ( text . match ( / f r o z e n | t i e f k ü h l | t i e f g e f r o r e n | t k [ - ] | i c e c r e a m | e i s a m s t i e l | p i z z a .* f r o z e n | i g l o | f r o s t a | b o f r o s t | g e f r i e r | g o l d e n l o n g s | r ö s t i .* s t ä b c h e n / ) ) return 'Tiefkühl' ;
1010 // Kühlregal
11- if ( text . match ( / d a i r y | m i l k | c h e e s e | y o g u r t | m i l c h | k ä s e | j o g h u r t | b u t t e r | c r e a m | s a h n e | q u a r k | s c h m a n d | s k y r | f r i s c h k ä s e | a u f s c h n i t t | a u f s t r i c h | m a r g a r i n e | \b e i \b | e i e r | c r e m e f r a i c h e | m a s c a r p o n e | r i c o t t a | m o z z a r e l l a | g r a n a p a d a n o | p a r m e s a n | k o c h s a h n e | v o l l m i l c h | c r e m e f i n e | c r e m e l e g e r e | s c h m e t t e n | s a u e r r a h m | t o p f e n | h ü t t e n k ä s e | p h i l a d e l p h i a | b r e s s o / ) ) return 'Kühlregal' ;
11+ if ( text . match ( / d a i r y | m i l k | c h e e s e | y o g u r t | m i l c h | k ä s e | j o g h u r t | b u t t e r | c r e a m | s a h n e | q u a r k | s c h m a n d | s k y r | f r i s c h k ä s e | a u f s c h n i t t | a u f s t r i c h | m a r g a r i n e | \b e i \b | e i e r | c r e m e f r a i c h e | m a s c a r p o n e | r i c o t t a | m o z z a r e l l a | g r a n a p a d a n o | p a r m e s a n | k o c h s a h n e | v o l l m i l c h | c r e m e f i n e | c r e m e l e g e r e | c r e m e f i n e | s c h m e t t e n | s a u e r r a h m | t o p f e n | h ü t t e n k ä s e | p h i l a d e l p h i a | b r e s s o | k o n d e n s m i l c h | b u t t e r s c h m a l z / ) ) return 'Kühlregal' ;
1212 // Fleisch & Fisch (nach Gewürze — damit "Rinder Bouillon" nicht hier landet)
1313 if ( text . match ( / m e a t | p o u l t r y | b e e f | p o r k | c h i c k e n | f l e i s c h | h ä h n c h e n | w u r s t | w ü r s t c h e n | d ö r f f l e r | s c h i n k e n | s a l a m i | l a c h s | t h u n f i s c h | g a r n e l e | h a c k \b | r i n d .* s t e a k | r i n d .* f i l e t | r i n d .* r o a s t | s c h w e i n | p u t e | t r u t h a h n | s h r i m p | p a n g a s i u s | f o r e l l e | f i s h .* f i l e t | f i s c h .* s t ä b c h e n / ) ) return 'Fleisch & Fisch' ;
1414 // Backwaren
You can’t perform that action at this time.
0 commit comments