https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19873
--- Comment #11 from Julian Maurice <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
