http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10677 Bug ID: 10677 Summary: C4::Search::GetSearchHistory is broken and unused Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org C4::Search::GetSearchHistory does not work, as it contains a SQL syntax error: SELECT FROM search_history WHERE... Its broken state is not visible to users, however, because that routine is not used -- opac-search-history.pl is doing a direct SQL query, which is not ideal. GetSearchHistory should be fixed, then put in use. -- You are receiving this mail because: You are watching all bug changes.