App-FoodColorUtils
view release on metacpan or search on metacpan
* code.max => *str*
Only return records where the 'code' field is less than or equal to
specified value.
* code.min => *str*
Only return records where the 'code' field is greater than or equal
to specified value.
* code.not_contains => *str*
Only return records where the 'code' field does not contain
specified text.
* code.not_in => *array[str]*
Only return records where the 'code' field is not in the specified
values.
* code.xmax => *str*
Only return records where the 'code' field is less than specified
value.
* code.xmin => *str*
* color.max => *str*
Only return records where the 'color' field is less than or equal to
specified value.
* color.min => *str*
Only return records where the 'color' field is greater than or equal
to specified value.
* color.not_contains => *str*
Only return records where the 'color' field does not contain
specified text.
* color.not_in => *array[str]*
Only return records where the 'color' field is not in the specified
values.
* color.xmax => *str*
Only return records where the 'color' field is less than specified
value.
* color.xmin => *str*
* name.max => *str*
Only return records where the 'name' field is less than or equal to
specified value.
* name.min => *str*
Only return records where the 'name' field is greater than or equal
to specified value.
* name.not_contains => *str*
Only return records where the 'name' field does not contain
specified text.
* name.not_in => *array[str]*
Only return records where the 'name' field is not in the specified
values.
* name.xmax => *str*
Only return records where the 'name' field is less than specified
value.
* name.xmin => *str*
lib/App/FoodColorUtils.pm view on Meta::CPAN
Only return records where the 'code' field does not equal specified value.
=item * B<code.max> => I<str>
Only return records where the 'code' field is less than or equal to specified value.
=item * B<code.min> => I<str>
Only return records where the 'code' field is greater than or equal to specified value.
=item * B<code.not_contains> => I<str>
Only return records where the 'code' field does not contain specified text.
=item * B<code.not_in> => I<array[str]>
Only return records where the 'code' field is not in the specified values.
=item * B<code.xmax> => I<str>
Only return records where the 'code' field is less than specified value.
=item * B<code.xmin> => I<str>
Only return records where the 'code' field is greater than specified value.
lib/App/FoodColorUtils.pm view on Meta::CPAN
Only return records where the 'color' field does not equal specified value.
=item * B<color.max> => I<str>
Only return records where the 'color' field is less than or equal to specified value.
=item * B<color.min> => I<str>
Only return records where the 'color' field is greater than or equal to specified value.
=item * B<color.not_contains> => I<str>
Only return records where the 'color' field does not contain specified text.
=item * B<color.not_in> => I<array[str]>
Only return records where the 'color' field is not in the specified values.
=item * B<color.xmax> => I<str>
Only return records where the 'color' field is less than specified value.
=item * B<color.xmin> => I<str>
Only return records where the 'color' field is greater than specified value.
lib/App/FoodColorUtils.pm view on Meta::CPAN
Only return records where the 'name' field does not equal specified value.
=item * B<name.max> => I<str>
Only return records where the 'name' field is less than or equal to specified value.
=item * B<name.min> => I<str>
Only return records where the 'name' field is greater than or equal to specified value.
=item * B<name.not_contains> => I<str>
Only return records where the 'name' field does not contain specified text.
=item * B<name.not_in> => I<array[str]>
Only return records where the 'name' field is not in the specified values.
=item * B<name.xmax> => I<str>
Only return records where the 'name' field is less than specified value.
=item * B<name.xmin> => I<str>
Only return records where the 'name' field is greater than specified value.
( run in 1.775 second using v1.01-cache-2.11-cpan-9581c071862 )