[Bug 683] New: Search for barcode or illustrator says ' You did not specify any seach criteria'
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=683 Summary: Search for barcode or illustrator says ' You did not specify any seach criteria' Product: Koha Version: CVS Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Catalogue AssignedTo: chris@katipo.co.nz ReportedBy: oleonard@athenscounty.lib.oh.us QAContact: koha-bugs@lists.sourceforge.net If you do a search from /cgi-bin/koha/catalogue-home.pl for a barcode or an illustrator, the search results page says 'You did no specify any search criteria,' implying that the <TMPL_VAR NAME=searchdesc> variable isn't getting populated in search.pl (and it looks like it isn't: see lines 131+. Is it as simple as adding this? if ($search{"barcode"}){ $search .= "&barcode=$search{barcode}"; $searchdesc.="barcode $search{barcode}, "; } if ($search{"illustrator"}){ $search .= "&illustrator=$search{illustrator}"; $searchdesc.="illustrator $search{illustrator}, "; } Yes for illustrator but no for barcode? I'm in over my head. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz