[koha-commits] main Koha release repository branch new/bug_7417 created. v3.08.00-740-gbc05b5d

Git repo owner gitmaster at git.koha-community.org
Thu Sep 13 14:27:51 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_7417 has been created
        at  bc05b5d163ae1aabd6fad813a8cf8e784ea6e90b (commit)

- Log -----------------------------------------------------------------
commit bc05b5d163ae1aabd6fad813a8cf8e784ea6e90b
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sat Jun 2 13:32:25 2012 -0400

    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 at cpbibliography.com>
    Rebased on master 5 August 2012
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Rebased on master 11 September 2012
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at 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.

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list