IMPROVEMENT : reintroducing stopwords management
authorPaul POULAIN <paul@koha-fr.org>
Mon, 24 Sep 2007 14:26:35 +0000 (16:26 +0200)
committerChris Cormack <crc@liblime.com>
Mon, 24 Sep 2007 20:32:06 +0000 (15:32 -0500)
commita3a4bfc5e69bcb2757d33813e19176afcaf0019a
treef84b2b98f292ce26c089c05edb4f17f2aa91d8d0
parent72e5d4f62dfbe9bb2decfa2b1bada2609eafa87c
IMPROVEMENT : reintroducing stopwords management

Zebra (and NoZebra) doesn't deal with stopwords.
It search the exact string the user types.
This commit :
- reintroduces stopword management script that was in 2.2
- add stopword management to Zebra & NoZebra searches.

PS : fortunatly, the stopwords table was not removed by updatedatabase, so nothing to do here.
(& the table is in kohastructure.sql)

Signed-off-by: Chris Cormack <crc@liblime.com>
C4/Search.pm
admin/stopwords.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/stopwords.tmpl [new file with mode: 0644]