Koha::SuggestionEngine::Plugin::LibrisSpellcheck
This module provides facilities for using the LIBRIS spell checker API
my $name = $plugin->NAME;
Sends in the search query and gets an XML with a suggestion
my $suggestions = $plugin->get_suggestions(\%query);
Eivin Giske Skaaren <eskaaren@yahoo.no>