[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-27-g96599cc

Git repo owner gitmaster at git.koha-community.org
Tue Dec 24 13:43:51 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, 3.14.x has been updated
       via  96599cc238393ff3f70445c512ff8ffc87bc13ce (commit)
      from  e94fe58fa9222f3dc2fe2221ca3067ccd1596f1b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 96599cc238393ff3f70445c512ff8ffc87bc13ce
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Nov 15 11:10:04 2013 +0100

    Bug 11255: allow "relevance ascending" as a sort option
    
    This patch fixes a problem where if a staff member sets the
    *defaultSortField/*defaultSortOrder system preferences to relevance
    ascending while QueryParser is enabled, default keyword search
    would break -- the query parser config did not declare relevance asc
    as a possible "modifier".
    
    Note that setting the sort order to relevance ascending does not
    actually make catalog search return results with the least relevant
    records showing up first; Zebra does not support such a mode.  In other
    words, relevance ascending acts exactly the same as relevance descending.
    
    Test plan:
    
    0/ Create some biblio with "history" in the title and
       ensure that the QueryParser system preference is enabled.
    1/ Define prefs defaultSortField = relevance and defaultSortOrder = asc
    2/ Search "history" on the staff interface
    3/ Note that no result is returned.
    4/ Apply the patch
    5/ Verify the queryparser config file in use takes the modification into
    account (see the queryparser_config value in your $KOHA_CONF file).
    6/ Relaunch the search and verify results are returned
    
    Signed-off-by: Christopher Brannon <cbrannon at cdalibrary.org>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 54937c5eb34c511e00de8d0831141516422885c7)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 etc/searchengine/queryparser.yaml |    6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list