Koha/misc/maintenance
Jared Camins-Esakov bc05b5d163 Bug 7417: Include see from references in bibliographic searches
This patch adds the Koha::Indexer::RecordNormalizer and
Koha::Indexer::MARC::RecordNormalizer::EmbedSeeFromHeadings packages
to enable the inclusion of alternate forms of headings in bibliographic
searches. When the new syspref IncludeSeeFromInSearches is turned on
(default is off) rebuild_zebra.pl will insert see from headings from
authority records into bibliographic records when indexing, so that a
search on an obsolete term will turn up relevant records.

To test:
1) Enable IncludeSeeFromInSearches
2) Add a heading that has an alternate form to a record (for example,
   "Cooking" has the alternate form "Cookery," if you have authority
   records from LC)
3) Index the zebraqueue (or reindex if you haven't indexed your system
   yet)
4) Confirm that if you search for "Cookery" you get the record you
   just modified

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Rebased on master 5 August 2012
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Rebased on master 11 September 2012

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>

Also checked:
- Verified database update works correctly
- Checked system preference and its description
- Checked staff/opac detail pages with feature on/off
- Checked staff/opac search facets
- Downloaded and tested records in various formats
- Tried different searches for 'see from' entries of authorities
- Ran all unit tests

No problems found.
2012-09-13 14:19:28 +02:00
..
borrowers-force-messaging-defaults Bug 5610: Add --since for setting messaging to default 2011-03-21 21:07:09 +13:00
check_sysprefs.sh Bug 8353 follow-up adding a tiny sh in misc/maintenance 2012-07-13 14:42:55 +02:00
fix_accountlines_date.pl Bug 5385: POD Cleanups (part 2) 2010-11-12 10:06:56 +13:00
make_zebra_dom_cfg_from_record_abs Bug 7818: utility to generate DOM indexing configs 2012-06-09 11:44:00 +02:00
MARC21_utf8_flag_fix.pl Fix FSF address in directory misc/ 2010-03-16 20:17:54 -04:00
process_record_through_filter.pl Bug 7417: Include see from references in bibliographic searches 2012-09-13 14:19:28 +02:00
remove_items_from_biblioitems.pl Bug 5579: further fancifying remove_items_from_biblioitems.pl 2011-05-27 20:01:37 +12:00
touch_all_biblios.pl Bug 5987: Add cl scripts to touch all biblios and items 2011-04-01 20:11:04 +13:00
touch_all_items.pl Bug 5987: Add cl scripts to touch all biblios and items 2011-04-01 20:11:04 +13:00
UNIMARC_fix_collectiontitle.pl 3040 : seriestitle mistaken as collection title 2009-04-06 09:53:16 -05:00
UNIMARC_sync_date_created_with_marc_biblio.pl (bug #3688) add index for acqdate in unimarc and fix maintenance script 2009-10-21 10:06:52 +02:00