[Koha-bugs] [Bug 6772] Implementation of a recommendations engine

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 25 08:48:39 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6772

Robin Sheat <robin at catalyst.net.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P5                          |PATCH-Sent
       Patch Status|---                         |Needs Signoff

--- Comment #2 from Robin Sheat <robin at catalyst.net.nz> 2011-08-25 06:48:39 UTC ---
Testing notes: you'll need a database with entries in old_issues, turn on the
syspref (in Opac->Features->ShowRecommendations) and then run the cron job
(misc/cronjobs/recommendations.pl.) This will take a fair while to run, and
when it's done, viewing a record in the OPAC that's ever been borrowed will
give a list of recommendations.

Some points:
* This will conflict with anonymising history.
* It's slow to build the index.
* I'd like to have it update the database as items get returned (perhaps as a
queue) to allow it to not have to spend ages running a terribly long cron job.
But that'll require some thought on how to approach it.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list