<<

NAME

Koha::SearchEngine::Search - instantiate the search object that corresponds to the SearchEngine system preference.

DESCRIPTION

This allows you to be agnostic about what the search engine configuration is and just get whatever search object you need.

SYNOPSIS

    use Koha::SearchEngine::Search;
    my $searcher = Koha::SearchEngine::Search->new();

METHODS

new

Creates a new Search of whatever the relevant type is.

<<