Revision 05f8844c
Von G. Richardson vor fast 5 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
}
|
||
|
||
# if someone types something, and hits enter, assume he entered the full name.
|
||
# if something matches, treat that as sole match
|
||
# unfortunately get_models can't do more than one per package atm, so we d it
|
||
# if something matches, treat that as the sole match
|
||
# unfortunately get_models can't do more than one per package atm, so we do it
|
||
# the oldfashioned way.
|
||
if ($::form->{prefer_exact}) {
|
||
my $exact_matches;
|
SL/Controller/Project.pm | ||
---|---|---|
$::form->{filter}{'all:substr:multi::ilike'} =~ s{[\(\)]+}{}g;
|
||
|
||
# if someone types something, and hits enter, assume he entered the full name.
|
||
# if something matches, treat that as sole match
|
||
# unfortunately get_models can't do more than one per package atm, so we d it
|
||
# if something matches, treat that as the sole match
|
||
# unfortunately get_models can't do more than one per package atm, so we do it
|
||
# the oldfashioned way.
|
||
if ($::form->{prefer_exact}) {
|
||
my $exact_matches;
|
Auch abrufbar als: Unified diff
Typo in comments