---- Reported by joe.atzberger@liblime.com 2008-08-20 11:53:38 ---- The syspref "kohaspsuggest" is for an external database, but this feature does not appear functional in 3.0. Reportedly it did something in 2.4(?) according to notes in the script: misc/spellcheck_suggest/make_spellcheck_suggest.pl But the script doesn't actually make use of the system preference and instead expects you to hand edit it. The searches (opac/opac-search.pl and catalogue/search.pl) use the syspref, but there doesn't appear to be any instruction on how to setup this additional DB. The same notes reference http://liblime.com/c/downloads.html but currently that resolves only to a 404. I suggest we change the syspref description(s) to designate kohaspsuggest as "[UNIMPLEMENTED]" for now and rework the script later, if necessary. Script comments (URL) should be corrected or removed. There may be related documentation updates also. More broadly, I don't understand the motivation to use a separate database to begin with. Wouldn't a table in the Koha DB be sufficient? Is it just a performance/load distribution question? Or is the intention to share one such DB amongst many koha installations (i.e., different permissions model)? ---- Additional Comments From joe.atzberger@liblime.com 2009-07-02 03:51:01 ---- Sent a patch removing spsuggest logic from search scripts. More needs to be done to purge this though. ---- Additional Comments From gmcharlt@gmail.com 2009-07-15 01:22:38 ---- Pushed patch removing spsuggest references from the search scripts to HEAD. --- Bug imported by chris@bigballofwax.co.nz 2010-05-21 00:52 UTC --- This bug was previously known as _bug_ 2539 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2539 Actual time not defined. Setting to 0.0 The original reporter of this bug does not have an account here. Reassigning to the person who moved it here: chris@bigballofwax.co.nz. Previous reporter was joe.atzberger@liblime.com. CC member benide@gmail.com does not have an account here CC member dianajweaver@gmail.com does not have an account here
I don't find any instances to "kohaspsuggest" anymore. Is removing /misc/spellcheck_suggest/make_spellcheck_suggest.pl the only thing left to do?
Created attachment 5089 [details] [review] Proposed fix Removes unused script.
Created attachment 5265 [details] [review] Fix for Bug 2539 - kohaspsuggest is deprecated, notes outmoded Removing unused script. Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Deletes an unused script, easy to read, marking as Passed QA
Pushed, please test
The fix for this bug was published in the 3.4.5 release. If you were the reporter of this bug, please take time to verify the fix and update the status of this bug report accordingly. If the bug is fixed to your satisfaction, please close this report.
There have been no further reports of problems so I am marking this bug resolved.