[Koha-bugs] [Bug 730] New: search.pl search types untranslatable

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Wed Mar 3 23:23:02 CET 2004


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=730

           Summary: search.pl search types untranslatable
           Product: Koha
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalogue
        AssignedTo: chris at katipo.co.nz
        ReportedBy: oleonard at athenscounty.lib.oh.us
         QAContact: koha-bugs at lists.sourceforge.net


search.pl passes the search type along with the search string to searchresults.tmpl:

if ($search{"keyword"}) {
    $search .= "&keyword=$search{keyword}";
    $searchdesc.="keyword $search{keyword}, ";
}

That means that the english word 'keyword' will appear on the search results
page even if your language preference is set to something different.



------- 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