[Koha-bugs] [Bug 10677] New: C4::Search::GetSearchHistory is broken and unused

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 2 18:19:27 CEST 2013


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 at myacpl.org
          Reporter: gmcharlt at gmail.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list