View | Details | Raw Unified | Return to bug 12478
Collapse All | Expand All

(-)a/Koha/SearchEngine/Zebra/Search.pm (-1 / +12 lines)
Lines 59-64 sub search_compat { Link Here
59
    return getRecords(@_);
59
    return getRecords(@_);
60
}
60
}
61
61
62
=head2 simple_search_compat
63
64
This passes straight through to C4::Search::SimpleSearch.
65
66
=cut
67
68
69
sub simple_search_compat {
70
    shift;
71
    return C4::Search::SimpleSearch(@_);
72
}
73
62
=head search_auth_compat
74
=head search_auth_compat
63
75
64
This passes the search query on to C4::AuthoritiesMarc::SearchAuthorities
76
This passes the search query on to C4::AuthoritiesMarc::SearchAuthorities
65
- 

Return to bug 12478