[koha-commits] main Koha release repository branch master updated. v19.05.00-1119-gfe5c65c

Git repo owner gitmaster at git.koha-community.org
Mon Oct 28 14:08:37 CET 2019


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, master has been updated
       via  fe5c65c5cd1a797324a8c3c28d66e691a6d68b1a (commit)
      from  5b930c3f9d74a98096571134e3fca14d064d16cb (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 fe5c65c5cd1a797324a8c3c28d66e691a6d68b1a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu May 2 10:21:36 2019 +0000

    Bug 22826: Allow indexing of individual authorities in Elasticsearch
    
    To test:
    1 - perl misc/search_tools/rebuild_elastic_search.pl -h
    2 - Note it indicates the bn option can be passed to index individual authids
    3 - perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 -v
    4 - Note the error
    5 - Apply patch
    6 - perl misc/search_tools/rebuild_elastic_search.pl -h
    7 - Note new option ai|authid for indexing individual authids
    8 - Note updated text for bn|biblionumber option
    9 - perl misc/search_tools/rebuild_elastic_search.pl -a -bn 92 -v
    10 - No errors, but no records indexed
    11 - perl misc/search_tools/rebuild_elastic_search.pl -a -ai 92 -v
    12 - 1 record indexed
    13 - perl misc/search_tools/rebuild_elastic_search.pl -ai 92 -bn 92 -v
    14 - 1 authority record and 1 biblio record indexed
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

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

Summary of changes:
 misc/search_tools/rebuild_elasticsearch.pl |   29 ++++++++++++++++------------
 1 file changed, 17 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list