http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6721 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com Blocks| |6807 --- Comment #13 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-06 16:25:23 UTC --- I think i've found a bug, consequence of this patch. If I search in the breadcrumb, on top, there are results If I open "advanced search", I can't get any result I've investigated, and I think it's because of if (defined $title) { ... add WHERE } title is always defined, even if it's empty. (same for author & bookseller name) Ca others reproduce this behaviour ? In this case, we should probably just have if ($title) (tested quickly, seems to solve the problem) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.