App-NutrientUtils
view release on metacpan or search on metacpan
* category.max => *str*
Only return records where the 'category' field is less than or equal
to specified value.
* category.min => *str*
Only return records where the 'category' field is greater than or
equal to specified value.
* category.not_contains => *str*
Only return records where the 'category' field does not contain
specified text.
* category.not_in => *array[str]*
Only return records where the 'category' field is not in the
specified values.
* category.xmax => *str*
Only return records where the 'category' field is less than
specified value.
* category.xmin => *str*
* default_unit.max => *str*
Only return records where the 'default_unit' field is less than or
equal to specified value.
* default_unit.min => *str*
Only return records where the 'default_unit' field is greater than
or equal to specified value.
* default_unit.not_contains => *str*
Only return records where the 'default_unit' field does not contain
specified text.
* default_unit.not_in => *array[str]*
Only return records where the 'default_unit' field is not in the
specified values.
* default_unit.xmax => *str*
Only return records where the 'default_unit' field is less than
specified value.
* default_unit.xmin => *str*
* eng_name.max => *str*
Only return records where the 'eng_name' field is less than or equal
to specified value.
* eng_name.min => *str*
Only return records where the 'eng_name' field is greater than or
equal to specified value.
* eng_name.not_contains => *str*
Only return records where the 'eng_name' field does not contain
specified text.
* eng_name.not_in => *array[str]*
Only return records where the 'eng_name' field is not in the
specified values.
* eng_name.xmax => *str*
Only return records where the 'eng_name' field is less than
specified value.
* eng_name.xmin => *str*
* fat_soluble_note.max => *str*
Only return records where the 'fat_soluble_note' field is less than
or equal to specified value.
* fat_soluble_note.min => *str*
Only return records where the 'fat_soluble_note' field is greater
than or equal to specified value.
* fat_soluble_note.not_contains => *str*
Only return records where the 'fat_soluble_note' field does not
contain specified text.
* fat_soluble_note.not_in => *array[str]*
Only return records where the 'fat_soluble_note' field is not in the
specified values.
* fat_soluble_note.xmax => *str*
Only return records where the 'fat_soluble_note' field is less than
specified value.
* fat_soluble_note.xmin => *str*
* ind_name.max => *str*
Only return records where the 'ind_name' field is less than or equal
to specified value.
* ind_name.min => *str*
Only return records where the 'ind_name' field is greater than or
equal to specified value.
* ind_name.not_contains => *str*
Only return records where the 'ind_name' field does not contain
specified text.
* ind_name.not_in => *array[str]*
Only return records where the 'ind_name' field is not in the
specified values.
* ind_name.xmax => *str*
Only return records where the 'ind_name' field is less than
specified value.
* ind_name.xmin => *str*
* summary.max => *str*
Only return records where the 'summary' field is less than or equal
to specified value.
* summary.min => *str*
Only return records where the 'summary' field is greater than or
equal to specified value.
* summary.not_contains => *str*
Only return records where the 'summary' field does not contain
specified text.
* summary.not_in => *array[str]*
Only return records where the 'summary' field is not in the
specified values.
* summary.xmax => *str*
Only return records where the 'summary' field is less than specified
value.
* summary.xmin => *str*
* symbol.max => *str*
Only return records where the 'symbol' field is less than or equal
to specified value.
* symbol.min => *str*
Only return records where the 'symbol' field is greater than or
equal to specified value.
* symbol.not_contains => *str*
Only return records where the 'symbol' field does not contain
specified text.
* symbol.not_in => *array[str]*
Only return records where the 'symbol' field is not in the specified
values.
* symbol.xmax => *str*
Only return records where the 'symbol' field is less than specified
value.
* symbol.xmin => *str*
* water_soluble_note.max => *str*
Only return records where the 'water_soluble_note' field is less
than or equal to specified value.
* water_soluble_note.min => *str*
Only return records where the 'water_soluble_note' field is greater
than or equal to specified value.
* water_soluble_note.not_contains => *str*
Only return records where the 'water_soluble_note' field does not
contain specified text.
* water_soluble_note.not_in => *array[str]*
Only return records where the 'water_soluble_note' field is not in
the specified values.
* water_soluble_note.xmax => *str*
Only return records where the 'water_soluble_note' field is less
than specified value.
* water_soluble_note.xmin => *str*
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'category' field does not equal specified value.
=item * B<category.max> => I<str>
Only return records where the 'category' field is less than or equal to specified value.
=item * B<category.min> => I<str>
Only return records where the 'category' field is greater than or equal to specified value.
=item * B<category.not_contains> => I<str>
Only return records where the 'category' field does not contain specified text.
=item * B<category.not_in> => I<array[str]>
Only return records where the 'category' field is not in the specified values.
=item * B<category.xmax> => I<str>
Only return records where the 'category' field is less than specified value.
=item * B<category.xmin> => I<str>
Only return records where the 'category' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'default_unit' field does not equal specified value.
=item * B<default_unit.max> => I<str>
Only return records where the 'default_unit' field is less than or equal to specified value.
=item * B<default_unit.min> => I<str>
Only return records where the 'default_unit' field is greater than or equal to specified value.
=item * B<default_unit.not_contains> => I<str>
Only return records where the 'default_unit' field does not contain specified text.
=item * B<default_unit.not_in> => I<array[str]>
Only return records where the 'default_unit' field is not in the specified values.
=item * B<default_unit.xmax> => I<str>
Only return records where the 'default_unit' field is less than specified value.
=item * B<default_unit.xmin> => I<str>
Only return records where the 'default_unit' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'eng_name' field does not equal specified value.
=item * B<eng_name.max> => I<str>
Only return records where the 'eng_name' field is less than or equal to specified value.
=item * B<eng_name.min> => I<str>
Only return records where the 'eng_name' field is greater than or equal to specified value.
=item * B<eng_name.not_contains> => I<str>
Only return records where the 'eng_name' field does not contain specified text.
=item * B<eng_name.not_in> => I<array[str]>
Only return records where the 'eng_name' field is not in the specified values.
=item * B<eng_name.xmax> => I<str>
Only return records where the 'eng_name' field is less than specified value.
=item * B<eng_name.xmin> => I<str>
Only return records where the 'eng_name' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'fat_soluble_note' field does not equal specified value.
=item * B<fat_soluble_note.max> => I<str>
Only return records where the 'fat_soluble_note' field is less than or equal to specified value.
=item * B<fat_soluble_note.min> => I<str>
Only return records where the 'fat_soluble_note' field is greater than or equal to specified value.
=item * B<fat_soluble_note.not_contains> => I<str>
Only return records where the 'fat_soluble_note' field does not contain specified text.
=item * B<fat_soluble_note.not_in> => I<array[str]>
Only return records where the 'fat_soluble_note' field is not in the specified values.
=item * B<fat_soluble_note.xmax> => I<str>
Only return records where the 'fat_soluble_note' field is less than specified value.
=item * B<fat_soluble_note.xmin> => I<str>
Only return records where the 'fat_soluble_note' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'ind_name' field does not equal specified value.
=item * B<ind_name.max> => I<str>
Only return records where the 'ind_name' field is less than or equal to specified value.
=item * B<ind_name.min> => I<str>
Only return records where the 'ind_name' field is greater than or equal to specified value.
=item * B<ind_name.not_contains> => I<str>
Only return records where the 'ind_name' field does not contain specified text.
=item * B<ind_name.not_in> => I<array[str]>
Only return records where the 'ind_name' field is not in the specified values.
=item * B<ind_name.xmax> => I<str>
Only return records where the 'ind_name' field is less than specified value.
=item * B<ind_name.xmin> => I<str>
Only return records where the 'ind_name' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'summary' field does not equal specified value.
=item * B<summary.max> => I<str>
Only return records where the 'summary' field is less than or equal to specified value.
=item * B<summary.min> => I<str>
Only return records where the 'summary' field is greater than or equal to specified value.
=item * B<summary.not_contains> => I<str>
Only return records where the 'summary' field does not contain specified text.
=item * B<summary.not_in> => I<array[str]>
Only return records where the 'summary' field is not in the specified values.
=item * B<summary.xmax> => I<str>
Only return records where the 'summary' field is less than specified value.
=item * B<summary.xmin> => I<str>
Only return records where the 'summary' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'symbol' field does not equal specified value.
=item * B<symbol.max> => I<str>
Only return records where the 'symbol' field is less than or equal to specified value.
=item * B<symbol.min> => I<str>
Only return records where the 'symbol' field is greater than or equal to specified value.
=item * B<symbol.not_contains> => I<str>
Only return records where the 'symbol' field does not contain specified text.
=item * B<symbol.not_in> => I<array[str]>
Only return records where the 'symbol' field is not in the specified values.
=item * B<symbol.xmax> => I<str>
Only return records where the 'symbol' field is less than specified value.
=item * B<symbol.xmin> => I<str>
Only return records where the 'symbol' field is greater than specified value.
lib/App/NutrientUtils.pm view on Meta::CPAN
Only return records where the 'water_soluble_note' field does not equal specified value.
=item * B<water_soluble_note.max> => I<str>
Only return records where the 'water_soluble_note' field is less than or equal to specified value.
=item * B<water_soluble_note.min> => I<str>
Only return records where the 'water_soluble_note' field is greater than or equal to specified value.
=item * B<water_soluble_note.not_contains> => I<str>
Only return records where the 'water_soluble_note' field does not contain specified text.
=item * B<water_soluble_note.not_in> => I<array[str]>
Only return records where the 'water_soluble_note' field is not in the specified values.
=item * B<water_soluble_note.xmax> => I<str>
Only return records where the 'water_soluble_note' field is less than specified value.
=item * B<water_soluble_note.xmin> => I<str>
Only return records where the 'water_soluble_note' field is greater than specified value.
( run in 0.236 second using v1.01-cache-2.11-cpan-4d4bc49f3ae )