https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17664
--- Comment #3 from M. Tompsett <[email protected]> --- Comment on attachment 57686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57686 Bug 17664 - Silence non-zebra warnings in t/db_dependent/Search.t Review of attachment 57686: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17664&attachment=57686) ----------------------------------------------------------------- ::: Koha/QueryParser/Driver/PQF/query_plan/node.pm @@ +49,4 @@ > foreach my $field (@{$self->fields}) { > $fieldobj = > $self->plan->QueryParser->bib1_mapping_by_name('field', $self->classname, > $field, $server); > $relbump = > $self->plan->QueryParser->bib1_mapping_by_name('relevance_bump', > $self->classname, $field, $server); > + if ($relbump && defined $relbump->{'attr_string'}) { This could be added to master, but I don't know how to trigger or test it. :) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
