<<

NAME

Koha::SearchFilter - Koha Search filter object class

API

Class methods

expand_filter

    my ($expanded_limit, $query_limit) = $filter->expand_filter;

    Returns the filter as an arrayref of limit queries, and the query parts combined
    into a string suitable to be passed to QueryBuilder

Internal methods

_type

<<