Koha/catalogue
Joe Atzberger af1fb6f0b4 Bug 2539. Remove unintegrated "spsuggest" code from search scripts.
The intent of kohaspsuggest is very confused.  It wanted to simultaneously
log every search query, and get spelling suggestions from a totally different
database_host:db_user:db_password:database.  The implementation seems
never have really made it into 3.0, however, since the only trace of the
tables it wants to query are in misc/migration_tools/22_to_30/phrase_log.sql

The job misc/spellcheck_suggest/make_spellcheck_suggest.pl does not even
target the same remote DB as the syspref tells the search code to do.  Instead, it hits the
local DB and, not finding the tables that have no way of existing in a 3.0
install, it CREATES its own tables spontaneously, using MyISAM storage, no less.
This script should be drastically overhauled, or more likely just removed.

Other fixes:
Commented out unconditional warn!
Also reduced bizarre whitespace amounts in catalogue/search.pl and
fixed warning as recommended by perl -wc:
    Scalar value @newresults[0] better written as $newresults[0]

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-07-14 21:20:25 -04:00
..
cardview.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
detail.pl (bug #3267) show items.uri in opac and intranet 2009-07-14 08:26:33 -04:00
detailprint.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
export.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
ISBDdetail.pl bug 3263: Staff Search Results Interface Changes 2009-05-28 06:42:20 -05:00
issuehistory.pl bug 3263: Staff Search Results Interface Changes 2009-05-28 06:42:20 -05:00
labeledMARCdetail.pl bug 2641, 3263: minor fixes to labeled MARC view 2009-05-28 06:42:35 -05:00
MARCdetail.pl bug 3263: Staff Search Results Interface Changes 2009-05-28 06:42:20 -05:00
moredetail.pl bug 3263: Staff Search Results Interface Changes 2009-05-28 06:42:20 -05:00
search.pl Bug 2539. Remove unintegrated "spsuggest" code from search scripts. 2009-07-14 21:20:25 -04:00
showmarc.pl remove superfluous retrieval of $ENV{'REMOTE_USER'} 2008-12-05 16:03:43 -06:00
suggest.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
updateitem.pl Update longoverdue.pl cron job to manage setting lost values. 2008-08-10 15:54:29 -05:00