<<

NAME

Koha::SearchEngine::Zebra::Search - Search implementation for Zebra

METHODS

search

search_compat

This passes straight through to C4::Search::getRecords.

simple_search_compat

This passes straight through to C4::Search::SimpleSearch.

extract_biblionumber

    my $biblionumber = $searcher->extract_biblionumber( $searchresult );

$searchresult comes from simple_search_compat.

Returns the biblionumber from the search result record.

search_auth_compat

This passes the search query on to C4::AuthoritiesMarc::SearchAuthorities

max_result_window

Returns the maximum number of results that can be fetched

Zebra does not have such a limit, so it always returns undef

<<