App-BPOMUtils

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

    *   id.max => *str*

        Only return records where the 'id' field is less than or equal to
        specified value.

    *   id.min => *str*

        Only return records where the 'id' field is greater than or equal to
        specified value.

    *   id.not_contains => *str*

        Only return records where the 'id' field does not contain specified
        text.

    *   id.not_in => *array[str]*

        Only return records where the 'id' field is not in the specified
        values.

    *   id.not_matches => *str*

        Only return records where the 'id' field does not match specified
        regular expression.

    *   id.xmax => *str*

        Only return records where the 'id' field is less than specified
        value.

    *   id.xmin => *str*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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.not_matches => *str*

        Only return records where the 'code' field does not match specified
        regular expression.

    *   code.xmax => *str*

        Only return records where the 'code' field is less than specified
        value.

    *   code.xmin => *str*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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.not_matches => *str*

        Only return records where the 'summary' field does not match
        specified regular expression.

    *   summary.xmax => *str*

        Only return records where the 'summary' field is less than specified
        value.

    *   summary.xmin => *str*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   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.not_matches => *str*

        Only return records where the 'category' field does not match
        specified regular expression.

    *   category.xmax => *str*

        Only return records where the 'category' field is less than
        specified value.

    *   category.xmin => *str*

README  view on Meta::CPAN

    *   characteristic.max => *str*

        Only return records where the 'characteristic' field is less than or
        equal to specified value.

    *   characteristic.min => *str*

        Only return records where the 'characteristic' field is greater than
        or equal to specified value.

    *   characteristic.not_contains => *str*

        Only return records where the 'characteristic' field does not
        contain specified text.

    *   characteristic.not_in => *array[str]*

        Only return records where the 'characteristic' field is not in the
        specified values.

    *   characteristic.not_matches => *str*

        Only return records where the 'characteristic' field does not match
        specified regular expression.

    *   characteristic.xmax => *str*

        Only return records where the 'characteristic' field is less than
        specified value.

    *   characteristic.xmin => *str*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   lower_limit.max => *str*

        Only return records where the 'lower_limit' field is less than or
        equal to specified value.

    *   lower_limit.min => *str*

        Only return records where the 'lower_limit' field is greater than or
        equal to specified value.

    *   lower_limit.not_contains => *str*

        Only return records where the 'lower_limit' field does not contain
        specified text.

    *   lower_limit.not_in => *array[str]*

        Only return records where the 'lower_limit' field is not in the
        specified values.

    *   lower_limit.not_matches => *str*

        Only return records where the 'lower_limit' field does not match
        specified regular expression.

    *   lower_limit.xmax => *str*

        Only return records where the 'lower_limit' field is less than
        specified value.

    *   lower_limit.xmin => *str*

README  view on Meta::CPAN

    *   upper_limit.max => *str*

        Only return records where the 'upper_limit' field is less than or
        equal to specified value.

    *   upper_limit.min => *str*

        Only return records where the 'upper_limit' field is greater than or
        equal to specified value.

    *   upper_limit.not_contains => *str*

        Only return records where the 'upper_limit' field does not contain
        specified text.

    *   upper_limit.not_in => *array[str]*

        Only return records where the 'upper_limit' field is not in the
        specified values.

    *   upper_limit.not_matches => *str*

        Only return records where the 'upper_limit' field does not match
        specified regular expression.

    *   upper_limit.xmax => *str*

        Only return records where the 'upper_limit' field is less than
        specified value.

    *   upper_limit.xmin => *str*

README  view on Meta::CPAN

    *   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.not_matches => *str*

        Only return records where the 'category' field does not match
        specified regular expression.

    *   category.xmax => *str*

        Only return records where the 'category' field is less than
        specified value.

    *   category.xmin => *str*

README  view on Meta::CPAN

    *   characteristic.max => *str*

        Only return records where the 'characteristic' field is less than or
        equal to specified value.

    *   characteristic.min => *str*

        Only return records where the 'characteristic' field is greater than
        or equal to specified value.

    *   characteristic.not_contains => *str*

        Only return records where the 'characteristic' field does not
        contain specified text.

    *   characteristic.not_in => *array[str]*

        Only return records where the 'characteristic' field is not in the
        specified values.

    *   characteristic.not_matches => *str*

        Only return records where the 'characteristic' field does not match
        specified regular expression.

    *   characteristic.xmax => *str*

        Only return records where the 'characteristic' field is less than
        specified value.

    *   characteristic.xmin => *str*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   lower_limit.max => *str*

        Only return records where the 'lower_limit' field is less than or
        equal to specified value.

    *   lower_limit.min => *str*

        Only return records where the 'lower_limit' field is greater than or
        equal to specified value.

    *   lower_limit.not_contains => *str*

        Only return records where the 'lower_limit' field does not contain
        specified text.

    *   lower_limit.not_in => *array[str]*

        Only return records where the 'lower_limit' field is not in the
        specified values.

    *   lower_limit.not_matches => *str*

        Only return records where the 'lower_limit' field does not match
        specified regular expression.

    *   lower_limit.xmax => *str*

        Only return records where the 'lower_limit' field is less than
        specified value.

    *   lower_limit.xmin => *str*

README  view on Meta::CPAN

    *   upper_limit.max => *str*

        Only return records where the 'upper_limit' field is less than or
        equal to specified value.

    *   upper_limit.min => *str*

        Only return records where the 'upper_limit' field is greater than or
        equal to specified value.

    *   upper_limit.not_contains => *str*

        Only return records where the 'upper_limit' field does not contain
        specified text.

    *   upper_limit.not_in => *array[str]*

        Only return records where the 'upper_limit' field is not in the
        specified values.

    *   upper_limit.not_matches => *str*

        Only return records where the 'upper_limit' field does not match
        specified regular expression.

    *   upper_limit.xmax => *str*

        Only return records where the 'upper_limit' field is less than
        specified value.

    *   upper_limit.xmin => *str*

README  view on Meta::CPAN

    *   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.not_matches => *str*

        Only return records where the 'code' field does not match specified
        regular expression.

    *   code.xmax => *str*

        Only return records where the 'code' field is less than specified
        value.

    *   code.xmin => *str*

README  view on Meta::CPAN

    *   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.not_matches => *str*

        Only return records where the 'summary' field does not match
        specified regular expression.

    *   summary.xmax => *str*

        Only return records where the 'summary' field is less than specified
        value.

    *   summary.xmin => *str*

README  view on Meta::CPAN

    *   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*

README  view on Meta::CPAN

    *   division.max => *str*

        Only return records where the 'division' field is less than or equal
        to specified value.

    *   division.min => *str*

        Only return records where the 'division' field is greater than or
        equal to specified value.

    *   division.not_contains => *str*

        Only return records where the 'division' field does not contain
        specified text.

    *   division.not_in => *array[str]*

        Only return records where the 'division' field is not in the
        specified values.

    *   division.xmax => *str*

        Only return records where the 'division' field is less than
        specified value.

    *   division.xmin => *str*

README  view on Meta::CPAN

    *   summary_eng.max => *str*

        Only return records where the 'summary_eng' field is less than or
        equal to specified value.

    *   summary_eng.min => *str*

        Only return records where the 'summary_eng' field is greater than or
        equal to specified value.

    *   summary_eng.not_contains => *str*

        Only return records where the 'summary_eng' field does not contain
        specified text.

    *   summary_eng.not_in => *array[str]*

        Only return records where the 'summary_eng' field is not in the
        specified values.

    *   summary_eng.xmax => *str*

        Only return records where the 'summary_eng' field is less than
        specified value.

    *   summary_eng.xmin => *str*

README  view on Meta::CPAN

    *   summary_ind.max => *str*

        Only return records where the 'summary_ind' field is less than or
        equal to specified value.

    *   summary_ind.min => *str*

        Only return records where the 'summary_ind' field is greater than or
        equal to specified value.

    *   summary_ind.not_contains => *str*

        Only return records where the 'summary_ind' field does not contain
        specified text.

    *   summary_ind.not_in => *array[str]*

        Only return records where the 'summary_ind' field is not in the
        specified values.

    *   summary_ind.xmax => *str*

        Only return records where the 'summary_ind' field is less than
        specified value.

    *   summary_ind.xmin => *str*

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'id' field matches specified regular expression pattern.

=item * B<id.max> => I<str>

Only return records where the 'id' field is less than or equal to specified value.

=item * B<id.min> => I<str>

Only return records where the 'id' field is greater than or equal to specified value.

=item * B<id.not_contains> => I<str>

Only return records where the 'id' field does not contain specified text.

=item * B<id.not_in> => I<array[str]>

Only return records where the 'id' field is not in the specified values.

=item * B<id.not_matches> => I<str>

Only return records where the 'id' field does not match specified regular expression.

=item * B<id.xmax> => I<str>

Only return records where the 'id' field is less than specified value.

=item * B<id.xmin> => I<str>

Only return records where the 'id' field is greater than specified value.

lib/App/BPOMUtils.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.pm  view on Meta::CPAN

Only return records where the 'code' field matches specified regular expression pattern.

=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.not_matches> => I<str>

Only return records where the 'code' field does not match specified regular expression.

=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/BPOMUtils.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.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.pm  view on Meta::CPAN

Only return records where the 'summary' field matches specified regular expression pattern.

=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.not_matches> => I<str>

Only return records where the 'summary' field does not match specified regular expression.

=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/BPOMUtils.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.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.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.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.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.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.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.pm  view on Meta::CPAN

Only return records where the 'category' field matches specified regular expression pattern.

=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.not_matches> => I<str>

Only return records where the 'category' field does not match specified regular expression.

=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/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'characteristic' field matches specified regular expression pattern.

=item * B<characteristic.max> => I<str>

Only return records where the 'characteristic' field is less than or equal to specified value.

=item * B<characteristic.min> => I<str>

Only return records where the 'characteristic' field is greater than or equal to specified value.

=item * B<characteristic.not_contains> => I<str>

Only return records where the 'characteristic' field does not contain specified text.

=item * B<characteristic.not_in> => I<array[str]>

Only return records where the 'characteristic' field is not in the specified values.

=item * B<characteristic.not_matches> => I<str>

Only return records where the 'characteristic' field does not match specified regular expression.

=item * B<characteristic.xmax> => I<str>

Only return records where the 'characteristic' field is less than specified value.

=item * B<characteristic.xmin> => I<str>

Only return records where the 'characteristic' field is greater than specified value.

lib/App/BPOMUtils.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.pm  view on Meta::CPAN

Only return records where the 'lower_limit' field matches specified regular expression pattern.

=item * B<lower_limit.max> => I<str>

Only return records where the 'lower_limit' field is less than or equal to specified value.

=item * B<lower_limit.min> => I<str>

Only return records where the 'lower_limit' field is greater than or equal to specified value.

=item * B<lower_limit.not_contains> => I<str>

Only return records where the 'lower_limit' field does not contain specified text.

=item * B<lower_limit.not_in> => I<array[str]>

Only return records where the 'lower_limit' field is not in the specified values.

=item * B<lower_limit.not_matches> => I<str>

Only return records where the 'lower_limit' field does not match specified regular expression.

=item * B<lower_limit.xmax> => I<str>

Only return records where the 'lower_limit' field is less than specified value.

=item * B<lower_limit.xmin> => I<str>

Only return records where the 'lower_limit' field is greater than specified value.

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'upper_limit' field matches specified regular expression pattern.

=item * B<upper_limit.max> => I<str>

Only return records where the 'upper_limit' field is less than or equal to specified value.

=item * B<upper_limit.min> => I<str>

Only return records where the 'upper_limit' field is greater than or equal to specified value.

=item * B<upper_limit.not_contains> => I<str>

Only return records where the 'upper_limit' field does not contain specified text.

=item * B<upper_limit.not_in> => I<array[str]>

Only return records where the 'upper_limit' field is not in the specified values.

=item * B<upper_limit.not_matches> => I<str>

Only return records where the 'upper_limit' field does not match specified regular expression.

=item * B<upper_limit.xmax> => I<str>

Only return records where the 'upper_limit' field is less than specified value.

=item * B<upper_limit.xmin> => I<str>

Only return records where the 'upper_limit' field is greater than specified value.

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'category' field matches specified regular expression pattern.

=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.not_matches> => I<str>

Only return records where the 'category' field does not match specified regular expression.

=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/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'characteristic' field matches specified regular expression pattern.

=item * B<characteristic.max> => I<str>

Only return records where the 'characteristic' field is less than or equal to specified value.

=item * B<characteristic.min> => I<str>

Only return records where the 'characteristic' field is greater than or equal to specified value.

=item * B<characteristic.not_contains> => I<str>

Only return records where the 'characteristic' field does not contain specified text.

=item * B<characteristic.not_in> => I<array[str]>

Only return records where the 'characteristic' field is not in the specified values.

=item * B<characteristic.not_matches> => I<str>

Only return records where the 'characteristic' field does not match specified regular expression.

=item * B<characteristic.xmax> => I<str>

Only return records where the 'characteristic' field is less than specified value.

=item * B<characteristic.xmin> => I<str>

Only return records where the 'characteristic' field is greater than specified value.

lib/App/BPOMUtils.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.pm  view on Meta::CPAN

Only return records where the 'lower_limit' field matches specified regular expression pattern.

=item * B<lower_limit.max> => I<str>

Only return records where the 'lower_limit' field is less than or equal to specified value.

=item * B<lower_limit.min> => I<str>

Only return records where the 'lower_limit' field is greater than or equal to specified value.

=item * B<lower_limit.not_contains> => I<str>

Only return records where the 'lower_limit' field does not contain specified text.

=item * B<lower_limit.not_in> => I<array[str]>

Only return records where the 'lower_limit' field is not in the specified values.

=item * B<lower_limit.not_matches> => I<str>

Only return records where the 'lower_limit' field does not match specified regular expression.

=item * B<lower_limit.xmax> => I<str>

Only return records where the 'lower_limit' field is less than specified value.

=item * B<lower_limit.xmin> => I<str>

Only return records where the 'lower_limit' field is greater than specified value.

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'upper_limit' field matches specified regular expression pattern.

=item * B<upper_limit.max> => I<str>

Only return records where the 'upper_limit' field is less than or equal to specified value.

=item * B<upper_limit.min> => I<str>

Only return records where the 'upper_limit' field is greater than or equal to specified value.

=item * B<upper_limit.not_contains> => I<str>

Only return records where the 'upper_limit' field does not contain specified text.

=item * B<upper_limit.not_in> => I<array[str]>

Only return records where the 'upper_limit' field is not in the specified values.

=item * B<upper_limit.not_matches> => I<str>

Only return records where the 'upper_limit' field does not match specified regular expression.

=item * B<upper_limit.xmax> => I<str>

Only return records where the 'upper_limit' field is less than specified value.

=item * B<upper_limit.xmin> => I<str>

Only return records where the 'upper_limit' field is greater than specified value.

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'code' field matches specified regular expression pattern.

=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.not_matches> => I<str>

Only return records where the 'code' field does not match specified regular expression.

=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/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'summary' field matches specified regular expression pattern.

=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.not_matches> => I<str>

Only return records where the 'summary' field does not match specified regular expression.

=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/BPOMUtils.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/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'division' field does not equal specified value.

=item * B<division.max> => I<str>

Only return records where the 'division' field is less than or equal to specified value.

=item * B<division.min> => I<str>

Only return records where the 'division' field is greater than or equal to specified value.

=item * B<division.not_contains> => I<str>

Only return records where the 'division' field does not contain specified text.

=item * B<division.not_in> => I<array[str]>

Only return records where the 'division' field is not in the specified values.

=item * B<division.xmax> => I<str>

Only return records where the 'division' field is less than specified value.

=item * B<division.xmin> => I<str>

Only return records where the 'division' field is greater than specified value.

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'summary_eng' field does not equal specified value.

=item * B<summary_eng.max> => I<str>

Only return records where the 'summary_eng' field is less than or equal to specified value.

=item * B<summary_eng.min> => I<str>

Only return records where the 'summary_eng' field is greater than or equal to specified value.

=item * B<summary_eng.not_contains> => I<str>

Only return records where the 'summary_eng' field does not contain specified text.

=item * B<summary_eng.not_in> => I<array[str]>

Only return records where the 'summary_eng' field is not in the specified values.

=item * B<summary_eng.xmax> => I<str>

Only return records where the 'summary_eng' field is less than specified value.

=item * B<summary_eng.xmin> => I<str>

Only return records where the 'summary_eng' field is greater than specified value.

lib/App/BPOMUtils.pm  view on Meta::CPAN

Only return records where the 'summary_ind' field does not equal specified value.

=item * B<summary_ind.max> => I<str>

Only return records where the 'summary_ind' field is less than or equal to specified value.

=item * B<summary_ind.min> => I<str>

Only return records where the 'summary_ind' field is greater than or equal to specified value.

=item * B<summary_ind.not_contains> => I<str>

Only return records where the 'summary_ind' field does not contain specified text.

=item * B<summary_ind.not_in> => I<array[str]>

Only return records where the 'summary_ind' field is not in the specified values.

=item * B<summary_ind.xmax> => I<str>

Only return records where the 'summary_ind' field is less than specified value.

=item * B<summary_ind.xmin> => I<str>

Only return records where the 'summary_ind' field is greater than specified value.



( run in 0.785 second using v1.01-cache-2.11-cpan-cc502c75498 )