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

(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (-2 / +1 lines)
Lines 203-209 sub build_query_compat { Link Here
203
    my @sort_params  = $self->_convert_sort_fields(@$sort_by);
203
    my @sort_params  = $self->_convert_sort_fields(@$sort_by);
204
    my @index_params = $self->_convert_index_fields(@$indexes);
204
    my @index_params = $self->_convert_index_fields(@$indexes);
205
    my $limits       = $self->_fix_limit_special_cases($orig_limits);
205
    my $limits       = $self->_fix_limit_special_cases($orig_limits);
206
    if ( $params->{suppress} ) { push @$limits, "suppress:0"; }
206
    if ( $params->{suppress} ) { push @$limits, "suppress:false"; }
207
207
208
    # Merge the indexes in with the search terms and the operands so that
208
    # Merge the indexes in with the search terms and the operands so that
209
    # each search thing is a handy unit.
209
    # each search thing is a handy unit.
210
- 

Return to bug 23676