http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6557
Jared Camins-Esakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Change sponsored?|--- |Sponsored Assignee|[email protected] |[email protected] Severity|normal |enhancement --- Comment #3 from Jared Camins-Esakov <[email protected]> --- Part 1. Basic description. Although Koha has had the option to sort search results by “popularity” for years, the feature was never fully implemented. A working popularity sort would allow patrons (and staff) to view their search results sorted according to which items are most popular. In order to implement this feature 942$0 (total issues) will need to be automatically updated when items are checked out, and the indexing configuration adjusted slightly to take advantage of popularity data. Part 2. Additional features. Several additional changes are required to take advantage of the improved popularity support: * A system preference is required to allow users to disable the automatic popularity index update * The DOM indexing configuration should be set up so that popularity can automatically be computed by summing the number of times each item was issued (this will be done on a separate bug report, since the DOM indexing configuration is dependent on bug 7818, and the rest of the work on this bug is not) * A script to populate field 942$0 with historical data is needed, since Koha has not been keeping 942$0 up to date -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
