view release on metacpan or search on metacpan
* country_of_origin.max => *str*
Only return records where the 'country_of_origin' field is less than
or equal to specified value.
* country_of_origin.min => *str*
Only return records where the 'country_of_origin' field is greater
than or equal to specified value.
* country_of_origin.not_contains => *str*
Only return records where the 'country_of_origin' field does not
contain specified text.
* country_of_origin.not_in => *array[str]*
Only return records where the 'country_of_origin' field is not in
the specified values.
* country_of_origin.not_matches => *str*
Only return records where the 'country_of_origin' field does not
match specified regular expression.
* country_of_origin.xmax => *str*
Only return records where the 'country_of_origin' field is less than
specified value.
* country_of_origin.xmin => *str*
* id.max => *int*
Only return records where the 'id' field is less than or equal to
specified value.
* id.min => *int*
Only return records where the 'id' field is greater than or equal to
specified value.
* id.not_in => *array[int]*
Only return records where the 'id' field is not in the specified
values.
* id.xmax => *int*
Only return records where the 'id' field is less than specified
value.
* id.xmin => *int*
* is_herbal.max => *str*
Only return records where the 'is_herbal' field is less than or
equal to specified value.
* is_herbal.min => *str*
Only return records where the 'is_herbal' field is greater than or
equal to specified value.
* is_herbal.not_contains => *str*
Only return records where the 'is_herbal' field does not contain
specified text.
* is_herbal.not_in => *array[str]*
Only return records where the 'is_herbal' field is not in the
specified values.
* is_herbal.not_matches => *str*
Only return records where the 'is_herbal' field does not match
specified regular expression.
* is_herbal.xmax => *str*
Only return records where the 'is_herbal' field is less than
specified value.
* is_herbal.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.not_matches => *str*
Only return records where the 'name' field does not match specified
regular expression.
* name.xmax => *str*
Only return records where the 'name' field is less than specified
value.
* name.xmin => *str*
* origin.max => *str*
Only return records where the 'origin' field is less than or equal
to specified value.
* origin.min => *str*
Only return records where the 'origin' field is greater than or
equal to specified value.
* origin.not_contains => *str*
Only return records where the 'origin' field does not contain
specified text.
* origin.not_in => *array[str]*
Only return records where the 'origin' field is not in the specified
values.
* origin.not_matches => *str*
Only return records where the 'origin' field does not match
specified regular expression.
* origin.xmax => *str*
Only return records where the 'origin' field is less than specified
value.
* origin.xmin => *str*
* status.max => *str*
Only return records where the 'status' field is less than or equal
to specified value.
* status.min => *str*
Only return records where the 'status' field is greater than or
equal to specified value.
* status.not_contains => *str*
Only return records where the 'status' field does not contain
specified text.
* status.not_in => *array[str]*
Only return records where the 'status' field is not in the specified
values.
* status.not_matches => *str*
Only return records where the 'status' field does not match
specified regular expression.
* status.xmax => *str*
Only return records where the 'status' field is less than specified
value.
* status.xmin => *str*
* type.max => *str*
Only return records where the 'type' field is less than or equal to
specified value.
* type.min => *str*
Only return records where the 'type' field is greater than or equal
to specified value.
* type.not_contains => *str*
Only return records where the 'type' field does not contain
specified text.
* type.not_in => *array[str]*
Only return records where the 'type' field is not in the specified
values.
* type.not_matches => *str*
Only return records where the 'type' field does not match specified
regular expression.
* type.xmax => *str*
Only return records where the 'type' field is less than specified
value.
* type.xmin => *str*
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'country_of_origin' field matches specified regular expression pattern.
=item * B<country_of_origin.max> => I<str>
Only return records where the 'country_of_origin' field is less than or equal to specified value.
=item * B<country_of_origin.min> => I<str>
Only return records where the 'country_of_origin' field is greater than or equal to specified value.
=item * B<country_of_origin.not_contains> => I<str>
Only return records where the 'country_of_origin' field does not contain specified text.
=item * B<country_of_origin.not_in> => I<array[str]>
Only return records where the 'country_of_origin' field is not in the specified values.
=item * B<country_of_origin.not_matches> => I<str>
Only return records where the 'country_of_origin' field does not match specified regular expression.
=item * B<country_of_origin.xmax> => I<str>
Only return records where the 'country_of_origin' field is less than specified value.
=item * B<country_of_origin.xmin> => I<str>
Only return records where the 'country_of_origin' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'id' field does not equal specified value.
=item * B<id.max> => I<int>
Only return records where the 'id' field is less than or equal to specified value.
=item * B<id.min> => I<int>
Only return records where the 'id' field is greater than or equal to specified value.
=item * B<id.not_in> => I<array[int]>
Only return records where the 'id' field is not in the specified values.
=item * B<id.xmax> => I<int>
Only return records where the 'id' field is less than specified value.
=item * B<id.xmin> => I<int>
Only return records where the 'id' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'is_herbal' field matches specified regular expression pattern.
=item * B<is_herbal.max> => I<str>
Only return records where the 'is_herbal' field is less than or equal to specified value.
=item * B<is_herbal.min> => I<str>
Only return records where the 'is_herbal' field is greater than or equal to specified value.
=item * B<is_herbal.not_contains> => I<str>
Only return records where the 'is_herbal' field does not contain specified text.
=item * B<is_herbal.not_in> => I<array[str]>
Only return records where the 'is_herbal' field is not in the specified values.
=item * B<is_herbal.not_matches> => I<str>
Only return records where the 'is_herbal' field does not match specified regular expression.
=item * B<is_herbal.xmax> => I<str>
Only return records where the 'is_herbal' field is less than specified value.
=item * B<is_herbal.xmin> => I<str>
Only return records where the 'is_herbal' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'name' field matches specified regular expression pattern.
=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.not_matches> => I<str>
Only return records where the 'name' field does not match specified regular expression.
=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.
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'origin' field matches specified regular expression pattern.
=item * B<origin.max> => I<str>
Only return records where the 'origin' field is less than or equal to specified value.
=item * B<origin.min> => I<str>
Only return records where the 'origin' field is greater than or equal to specified value.
=item * B<origin.not_contains> => I<str>
Only return records where the 'origin' field does not contain specified text.
=item * B<origin.not_in> => I<array[str]>
Only return records where the 'origin' field is not in the specified values.
=item * B<origin.not_matches> => I<str>
Only return records where the 'origin' field does not match specified regular expression.
=item * B<origin.xmax> => I<str>
Only return records where the 'origin' field is less than specified value.
=item * B<origin.xmin> => I<str>
Only return records where the 'origin' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'status' field matches specified regular expression pattern.
=item * B<status.max> => I<str>
Only return records where the 'status' field is less than or equal to specified value.
=item * B<status.min> => I<str>
Only return records where the 'status' field is greater than or equal to specified value.
=item * B<status.not_contains> => I<str>
Only return records where the 'status' field does not contain specified text.
=item * B<status.not_in> => I<array[str]>
Only return records where the 'status' field is not in the specified values.
=item * B<status.not_matches> => I<str>
Only return records where the 'status' field does not match specified regular expression.
=item * B<status.xmax> => I<str>
Only return records where the 'status' field is less than specified value.
=item * B<status.xmin> => I<str>
Only return records where the 'status' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredient.pm view on Meta::CPAN
Only return records where the 'type' field matches specified regular expression pattern.
=item * B<type.max> => I<str>
Only return records where the 'type' field is less than or equal to specified value.
=item * B<type.min> => I<str>
Only return records where the 'type' field is greater than or equal to specified value.
=item * B<type.not_contains> => I<str>
Only return records where the 'type' field does not contain specified text.
=item * B<type.not_in> => I<array[str]>
Only return records where the 'type' field is not in the specified values.
=item * B<type.not_matches> => I<str>
Only return records where the 'type' field does not match specified regular expression.
=item * B<type.xmax> => I<str>
Only return records where the 'type' field is less than specified value.
=item * B<type.xmin> => I<str>
Only return records where the 'type' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredientRBA.pm view on Meta::CPAN
Only return records where the 'country_of_origin' field matches specified regular expression pattern.
=item * B<country_of_origin.max> => I<str>
Only return records where the 'country_of_origin' field is less than or equal to specified value.
=item * B<country_of_origin.min> => I<str>
Only return records where the 'country_of_origin' field is greater than or equal to specified value.
=item * B<country_of_origin.not_contains> => I<str>
Only return records where the 'country_of_origin' field does not contain specified text.
=item * B<country_of_origin.not_in> => I<array[str]>
Only return records where the 'country_of_origin' field is not in the specified values.
=item * B<country_of_origin.not_matches> => I<str>
Only return records where the 'country_of_origin' field does not match specified regular expression.
=item * B<country_of_origin.xmax> => I<str>
Only return records where the 'country_of_origin' field is less than specified value.
=item * B<country_of_origin.xmin> => I<str>
Only return records where the 'country_of_origin' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredientRBA.pm view on Meta::CPAN
Only return records where the 'id' field does not equal specified value.
=item * B<id.max> => I<int>
Only return records where the 'id' field is less than or equal to specified value.
=item * B<id.min> => I<int>
Only return records where the 'id' field is greater than or equal to specified value.
=item * B<id.not_in> => I<array[int]>
Only return records where the 'id' field is not in the specified values.
=item * B<id.xmax> => I<int>
Only return records where the 'id' field is less than specified value.
=item * B<id.xmin> => I<int>
Only return records where the 'id' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredientRBA.pm view on Meta::CPAN
Only return records where the 'name' field matches specified regular expression pattern.
=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.not_matches> => I<str>
Only return records where the 'name' field does not match specified regular expression.
=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.
lib/App/BPOMUtils/Table/FoodIngredientRBA.pm view on Meta::CPAN
Only return records where the 'origin' field matches specified regular expression pattern.
=item * B<origin.max> => I<str>
Only return records where the 'origin' field is less than or equal to specified value.
=item * B<origin.min> => I<str>
Only return records where the 'origin' field is greater than or equal to specified value.
=item * B<origin.not_contains> => I<str>
Only return records where the 'origin' field does not contain specified text.
=item * B<origin.not_in> => I<array[str]>
Only return records where the 'origin' field is not in the specified values.
=item * B<origin.not_matches> => I<str>
Only return records where the 'origin' field does not match specified regular expression.
=item * B<origin.xmax> => I<str>
Only return records where the 'origin' field is less than specified value.
=item * B<origin.xmin> => I<str>
Only return records where the 'origin' field is greater than specified value.
lib/App/BPOMUtils/Table/FoodIngredientRBA.pm view on Meta::CPAN
Only return records where the 'status' field matches specified regular expression pattern.
=item * B<status.max> => I<str>
Only return records where the 'status' field is less than or equal to specified value.
=item * B<status.min> => I<str>
Only return records where the 'status' field is greater than or equal to specified value.
=item * B<status.not_contains> => I<str>
Only return records where the 'status' field does not contain specified text.
=item * B<status.not_in> => I<array[str]>
Only return records where the 'status' field is not in the specified values.
=item * B<status.not_matches> => I<str>
Only return records where the 'status' field does not match specified regular expression.
=item * B<status.xmax> => I<str>
Only return records where the 'status' field is less than specified value.
=item * B<status.xmin> => I<str>
Only return records where the 'status' field is greater than specified value.