App-KBLIUtils
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*
* description.max => *str*
Only return records where the 'description' field is less than or
equal to specified value.
* description.min => *str*
Only return records where the 'description' field is greater than or
equal to specified value.
* description.not_contains => *str*
Only return records where the 'description' field does not contain
specified text.
* description.not_in => *array[str]*
Only return records where the 'description' field is not in the
specified values.
* description.xmax => *str*
Only return records where the 'description' field is less than
specified value.
* description.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*
* 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*
* description.max => *str*
Only return records where the 'description' field is less than or
equal to specified value.
* description.min => *str*
Only return records where the 'description' field is greater than or
equal to specified value.
* description.not_contains => *str*
Only return records where the 'description' field does not contain
specified text.
* description.not_in => *array[str]*
Only return records where the 'description' field is not in the
specified values.
* description.xmax => *str*
Only return records where the 'description' field is less than
specified value.
* description.xmin => *str*
* title.max => *str*
Only return records where the 'title' field is less than or equal to
specified value.
* title.min => *str*
Only return records where the 'title' field is greater than or equal
to specified value.
* title.not_contains => *str*
Only return records where the 'title' field does not contain
specified text.
* title.not_in => *array[str]*
Only return records where the 'title' field is not in the specified
values.
* title.xmax => *str*
Only return records where the 'title' field is less than specified
value.
* title.xmin => *str*
lib/App/KBLIUtils.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/KBLIUtils.pm view on Meta::CPAN
Only return records where the 'description' field does not equal specified value.
=item * B<description.max> => I<str>
Only return records where the 'description' field is less than or equal to specified value.
=item * B<description.min> => I<str>
Only return records where the 'description' field is greater than or equal to specified value.
=item * B<description.not_contains> => I<str>
Only return records where the 'description' field does not contain specified text.
=item * B<description.not_in> => I<array[str]>
Only return records where the 'description' field is not in the specified values.
=item * B<description.xmax> => I<str>
Only return records where the 'description' field is less than specified value.
=item * B<description.xmin> => I<str>
Only return records where the 'description' field is greater than specified value.
lib/App/KBLIUtils.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.
lib/App/KBLIUtils.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/KBLIUtils.pm view on Meta::CPAN
Only return records where the 'description' field does not equal specified value.
=item * B<description.max> => I<str>
Only return records where the 'description' field is less than or equal to specified value.
=item * B<description.min> => I<str>
Only return records where the 'description' field is greater than or equal to specified value.
=item * B<description.not_contains> => I<str>
Only return records where the 'description' field does not contain specified text.
=item * B<description.not_in> => I<array[str]>
Only return records where the 'description' field is not in the specified values.
=item * B<description.xmax> => I<str>
Only return records where the 'description' field is less than specified value.
=item * B<description.xmin> => I<str>
Only return records where the 'description' field is greater than specified value.
lib/App/KBLIUtils.pm view on Meta::CPAN
Only return records where the 'title' field does not equal specified value.
=item * B<title.max> => I<str>
Only return records where the 'title' field is less than or equal to specified value.
=item * B<title.min> => I<str>
Only return records where the 'title' field is greater than or equal to specified value.
=item * B<title.not_contains> => I<str>
Only return records where the 'title' field does not contain specified text.
=item * B<title.not_in> => I<array[str]>
Only return records where the 'title' field is not in the specified values.
=item * B<title.xmax> => I<str>
Only return records where the 'title' field is less than specified value.
=item * B<title.xmin> => I<str>
Only return records where the 'title' field is greater than specified value.
( run in 0.507 second using v1.01-cache-2.11-cpan-cc502c75498 )