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