Revision 9bb952ca
Von Kivitendo Admin vor fast 9 Jahren hinzugefügt
SL/Controller/Helper/ParseFilter.pm | ||
---|---|---|
=head1 SYNOPSIS
|
||
|
||
use SL::Controller::Helper::ParseFilter;
|
||
SL::DB::Object->get_all(parse_filter($::form->{filter}));
|
||
SL::DB::Manager::Object->get_all(parse_filter($::form->{filter}));
|
||
|
||
# or more complex
|
||
SL::DB::Object->get_all(parse_filter($::form->{filter},
|
||
SL::DB::Manager::Object->get_all(parse_filter($::form->{filter},
|
||
with_objects => [ qw(part customer) ]));
|
||
|
||
=head1 DESCRIPTION
|
||
... | ... | |
|
||
All these are recognized like the L<Rose::DB::Object> methods.
|
||
|
||
=item lazu_bool_eq
|
||
=item lazy_bool_eq
|
||
|
||
If the value is undefined or an empty string then this parameter will
|
||
be completely removed from the query. Otherwise a falsish filter value
|
Auch abrufbar als: Unified diff
Typos in Doku