[koha-commits] main Koha release repository branch new/bug_9552 created. v3.08.00-1697-geb4ebab

Git repo owner gitmaster at git.koha-community.org
Thu Feb 7 06:19:42 CET 2013


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_9552 has been created
        at  eb4ebab07ca52143f8438309c394317fb479a6f6 (commit)

- Log -----------------------------------------------------------------
commit eb4ebab07ca52143f8438309c394317fb479a6f6
Author: David Cook <dcook at prosentient.com.au>
Date:   Wed Feb 6 13:49:28 2013 +1100

    Bug 9552 - BIB1 Relation "Greater Than" Attribute Not Mapped Properly in CCL.Properties
    
    Currently, you can use "lt,le,eq,ge" in your CCL query to handle
    "lesser than, lesser or equal to, equal to, greater than or equal
    to" relationships.
    
    The only one missing is "gt" (Bib1 2=5).
    
    The mappings are also off "ne, phonetic, stem", but those are Bib1
    attributes that Zebra doesn't support, so that's not really relevant.
    
    To test:
    
    [1] Before applying the patch, try the following query in the OPAC:
    
    pubdate,gt:2006
    
    You should get "no results found".
    
    [2] After applying the patch (and note that ccl.properties will usually
    need to be installed in the run-time Zebra configuration directory), try
    the same search.  This time, you could get back the titles whose
    publication date is after 2006.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list