[Koha-bugs] [Bug 2599] Search limits not working for NoZebra

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Mar 9 14:44:09 CET 2009


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2599





------- Comment #7 from a.denni at yahoo.fr  2009-03-09 06:44 -------
Hi,

I'm using Koha 3.00.01.005 with the same problem.

The sql generated by an advanced search is :
SELECT biblionumbers,value FROM nozebra WHERE server='biblioserver' AND
indexname='mc' AND value = 'LITT'.

"indexname" value is wrong. 

My (temporary) solution is to add a new "filter" in /lib/C4/Search.pm .
After the line 1705, add this new line :

        $left = 'itemtype'         if $left =~ '^mc$';

I hope this help.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the Koha-bugs mailing list