View | Details | Raw Unified | Return to bug 8209
Collapse All | Expand All

(-)a/Koha/SuggestionEngine/Plugin/AuthorityFile.pm (-2 / +1 lines)
Lines 80-86 sub get_suggestions { Link Here
80
          {
80
          {
81
            'search'  => "an=$auth->{'authid'}",
81
            'search'  => "an=$auth->{'authid'}",
82
            relevance => $count--,
82
            relevance => $count--,
83
            label     => $auth->{summary}->{mainentry}
83
            label     => $auth->{summary}->{authorized}->[0]
84
          };
84
          };
85
    }
85
    }
86
    return \@results;
86
    return \@results;
87
- 

Return to bug 8209