koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 683] New: Search for barcode or illustrator says ' You


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 683] New: Search for barcode or illustrator says ' You did not specify any seach criteria'
Date: 3 Dec 2003 22:42:46 -0000

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: address@hidden
        ReportedBy: address@hidden
         QAContact: address@hidden


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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]