Wasm Directoryalpha
Record

ingredient-search-params

No description available.

record ingredient-search-params {
  query: option​<string>,
  add-children: option​<bool>,
  min-protein-percent: option​<f64>,
  max-protein-percent: option​<f64>,
  min-fat-percent: option​<f64>,
  max-fat-percent: option​<f64>,
  min-carbs-percent: option​<f64>,
  max-carbs-percent: option​<f64>,
  meta-information: option​<bool>,
  intolerances: option​<string>,
  sort: option​<string>,
  sort-direction: option​<string>,
  offset: option​<s32>,
  number: option​<s32>,
  language: option​<autocomplete-ingredient-search-language-enum>,
}

Fields

NameTypeDescription
queryoption​<string>
add-childrenoption​<bool>
min-protein-percentoption​<f64>
max-protein-percentoption​<f64>
min-fat-percentoption​<f64>
max-fat-percentoption​<f64>
min-carbs-percentoption​<f64>
max-carbs-percentoption​<f64>
meta-informationoption​<bool>
intolerancesoption​<string>
sortoption​<string>
sort-directionoption​<string>
offsetoption​<s32>
numberoption​<s32>
languageoption​<autocomplete-ingredient-search-language-enum>