5 Feb
2021
5 Feb
'21
1:02 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27632 --- Comment #2 from David Cook <dcook@prosentient.com.au> --- My test plan: 0) Use koha-testing-docker 1) Apply patch 2) Go to http://localhost:8080/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1 3) Open browser console 4) Run the following: $(".bibliocol").each( function(){ console.log($(this).attr('data-biblionumber')) }); 5) Observe output of "29", "114", and "134". -- You are receiving this mail because: You are watching all bug changes.