<<

NAME

Koha::SuggestionEngine::Plugin::LibrisSpellcheck

FUNCTIONS

This module provides facilities for using the LIBRIS spell checker API

NAME

my $name = $plugin->NAME;

get_suggestions(query)

Sends in the search query and gets an XML with a suggestion

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

NOTES

AUTHOR

Eivin Giske Skaaren <eskaaren@yahoo.no>

<<