Changes

Jump to navigation Jump to search
143 bytes added ,  14:43, 24 March 2020
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''.
 
     {
 
     {
3,390

edits

Navigation menu