[Bug 2599] Search limits not working for NoZebra
9 Mar
2009
9 Mar
'09
1:44 p.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2599 ------- Comment #7 from a.denni@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.
6337
Age (days ago)
6337
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@pippin.metavore.com