20 Apr
2018
20 Apr
'18
2:29 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873 --- Comment #11 from Julian Maurice <julian.maurice@biblibre.com> --- (In reply to Julian Maurice from comment #10)
I'm not sure how to do:
- search yourindex=0 If I type this in the search form, it searches for "kw,wrdl: yourindex=0", unless I add 'yourindex' in C4::Search::getIndexes, in which case it searches for 'yourindex: 0', and this search works without the patch.
Can you explain what I'm doing wrong ? Ok, I had to do a query like this:
http://pro.master.koha-dev/cgi-bin/koha/catalogue/search.pl?idx=yourindex&q=0 to trigger the bug. The patch fixes this. -- You are receiving this mail because: You are watching all bug changes.