|
Lines 85-91
sub get_suggestions {
Link Here
|
| 85 |
my @results; |
85 |
my @results; |
| 86 |
foreach my $index (@indexes) { |
86 |
foreach my $index (@indexes) { |
| 87 |
my $thissearch = $search; |
87 |
my $thissearch = $search; |
| 88 |
$thissearch = "$index=$thissearch" |
88 |
$thissearch = "$index:$thissearch" |
| 89 |
unless ( $thissearch =~ s/OP!/$index=/g ); |
89 |
unless ( $thissearch =~ s/OP!/$index=/g ); |
| 90 |
$template->{VARS}->{index} = $index; |
90 |
$template->{VARS}->{index} = $index; |
| 91 |
my $label = $template->output; |
91 |
my $label = $template->output; |
| 92 |
- |
|
|