This script builds a new marc_word
authorjoshferraro <joshferraro>
Fri, 11 Jun 2004 15:07:48 +0000 (15:07 +0000)
committerjoshferraro <joshferraro>
Fri, 11 Jun 2004 15:07:48 +0000 (15:07 +0000)
commit1b33f5f63a002a377afe383ea37cb448211f11ea
treef632633b14c3fc6cecc67cae8e3debdb0e4b0178
parenta0f310eb19bbe6b4cf170651a1ccdf9b35ac8429
This script builds a new marc_word
table with a reduced number of tags (only those
tags that should be searched) allowing for
faster and more accurate searching when used
with the SearchMarc routines.  Make sure that
the MARCaddword routine in Biblio.pm will index
characters >= 1 char; otherwise, searches like
"O'brian, Patrick" will fail as the search
routines will seperate that query into "o",
"brian", and "patrick".  (If "o" is not in the
database the search will fail)
misc/build_marc_word.pl [new file with mode: 0755]