[Koha-bugs] [Bug 683] New: Search for barcode or illustrator says ' You did not specify any seach criteria'

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Dec 3 23:42:46 CET 2003


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 at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at 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.




More information about the Koha-bugs mailing list