<<

NAME

Koha::SuggestionEngine::Plugin::AuthorityFile - get suggestions from the authority file

SYNOPSIS

DESCRIPTION

Plugin to get suggestions from Koha's authority file

NAME my $name = $plugin->NAME;

VERSION my $version = $plugin->VERSION;

get_suggestions

    my $suggestions = $plugin->get_suggestions(\%param);

Return suggestions for the specified search by searching for the search terms in the authority file and returning the results.

<<