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