Koha::SuggestionEngine::Plugin::Null - an example plugin that does nothing but allow us to run tests
Plugin to allow us to run unit tests and regression tests against the SuggestionEngine.
my $suggestions = $suggestor->get_suggestions( {search => 'books');
Return a boring suggestion.