<<

NAME

Koha::SuggestionEngine::Plugin::Null - an example plugin that does nothing but allow us to run tests

SYNOPSIS

DESCRIPTION

Plugin to allow us to run unit tests and regression tests against the SuggestionEngine.

NAME my $name = $plugin->NAME;

VERSION my $version = $plugin->VERSION;

get_suggestions

    my $suggestions = $suggestor->get_suggestions( {search => 'books');

Return a boring suggestion.

<<