Koha::SearchEngine::Zebra::Search - Search implementation for Zebra
This passes straight through to C4::Search::getRecords.
This passes straight through to C4::Search::SimpleSearch.
my $biblionumber = $searcher->extract_biblionumber( $searchresult );
$searchresult comes from simple_search_compat.
Returns the biblionumber from the search result record.
This passes the search query on to C4::AuthoritiesMarc::SearchAuthorities
Returns the maximum number of results that can be fetched
Zebra does not have such a limit, so it always returns undef