Changes

Jump to navigation Jump to search
197 bytes added ,  08:25, 5 October 2022
added categories
Line 12: Line 12:  
   ingredients_text => "sjalotpoeder, wei-poeder, vanillepoeder, gepelde sjalot" },
 
   ingredients_text => "sjalotpoeder, wei-poeder, vanillepoeder, gepelde sjalot" },
   −
The ingredients_text ''raw milk'', should result in the ingredient with id ''en: raw milk''. The adjective is ignored.
+
The ingredients_text ''sjalotpoeder'', should result in the ingredient with id ''en:shallot'' and process ''en:powdered''. These are the key entries in the ingredients and process taxonomy respectively. Usually these are in english (en:).
  [ {
+
  [ {
      'id' => 'en:raw-milk',
+
    'id' => 'en:shallot',
      'text' => 'raw milk'
+
    'text' => 'sjalot',
    },
+
    'processing' => 'en:powdered'
 +
  },
 +
 
 
The ingredients_text ''sliced tomatoes'', should result in the ingredient with id ''en:tomato'' and processing ''en:sliced''.
 
The ingredients_text ''sliced tomatoes'', should result in the ingredient with id ''en:tomato'' and processing ''en:sliced''.
 
     {
 
     {
Line 54: Line 56:  
#    $expected->[3]{text} = 'tomaten'
 
#    $expected->[3]{text} = 'tomaten'
 
17063
 
17063
 +
[[Category:Processing Taxonomy]]
 +
[[Category:Testing]]
3,393

edits

Navigation menu