[koha-commits] main Koha release repository branch new/bug_8206 created. v3.08.00-700-g47126e1

Git repo owner gitmaster at git.koha-community.org
Fri Sep 7 15:26:37 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_8206 has been created
        at  47126e10f92244359531971ef44837ddbf1ec013 (commit)

- Log -----------------------------------------------------------------
commit 47126e10f92244359531971ef44837ddbf1ec013
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun Jul 15 09:30:58 2012 -0400

    Bug 8206: make authority search indexes consistent
    
    This commit makes the search indexes used for search authorities in the
    staff client and OPAC more consistent by using the Mainentry,
    Match, and Any indexes for both, and adjusting the labels so that they
    correctly describe what the indexes do.
    
    Note that the Match index was chosen instead of the Match-heading index
    because Match-heading has the additional attribute of being for phrase
    searches and exact matches, whereas Match is used for keyword matching,
    and is more applicable with GRS-1 indexed records (thanks to the
    well-known limitations of GRS-1 and exact matching of headings).
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    No problem detected in UNIMARC

commit 66cee2f5902422baed5d790c0f22e595a14bcdc1
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Jul 5 09:15:04 2012 -0400

    Bug 8206 follow-up: Add Match index to MARC21 record.abs
    
    Although the Match index was correctly configured for UNIMARC
    authorities and MARC21 authorities indexed with DOM, the Match
    index was inadvertantly removed from the record.abs file for
    MARC21 authorities at some point. Since the Match index is required
    to make best use of the new search options, this patch adds it
    back in.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

commit 31f41e2c1db9d8dca82e0249050acb8f906c8164
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed May 30 11:02:51 2012 -0400

    Bug 8206: Specify index in OPAC authority search
    
    Adds a dropdown to allow the user to choose to search the 'mainentry,'
    and 'match-heading'indexes, in addition to the 'any' index which is
    the default.
    
    To test (you will need authority records with see-from and
    see-also headings):
    1. Go to the browse subjects and authors section in the OPAC
    2. Do a search for a fairly generic term that is used as a
       see-also term in a lot of records. Note that your search
       results include both the record that you wanted and all
       the other records that refer to it.
    3. Apply the patch.
    4. Repeat the search from step 2. Notice there is no change
       to the results.
    5. Repeat the search from step 2, but choose "in main entry"
       and observe that you are now only seeing authority records
       with the search entered in their main entry.
    6. Repeat the search from step 2, but choose "in any heading"
       and observe that the results are the same as in step 2. This
       is intentional, so that in the future notes in authorities
       can be made searchable.
    7. Search for an obsolete form of heading with the "in keyword"
       option selected. Notice what results you get.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works nicely. Hiding the new options can be done with CSS:
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list