[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-3-ge8e87ca9b6

Git repo owner gitmaster at git.koha-community.org
Mon Sep 28 20:21:13 CEST 2020


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, 20.05.x has been updated
       via  e8e87ca9b66273afc8896dfa5b1f918536db3b6a (commit)
      from  401133b5b167708c4942d46d0ed164a2ceefbdfa (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 e8e87ca9b66273afc8896dfa5b1f918536db3b6a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Sep 22 14:14:55 2020 +0000

    Bug 26507: [20.05.x] Elasticsearch - Index records after storing new item
    
    Currently Item->store indexes the record before the DB update - that is wrong
    
    To test:
     1 - Find/create a bib with no items
     2 - add an item with barcode "abc123"
     3 - do a general keyword search for "abc123," see your bib is not in the results
     4 - perform a search that includes your bib in the results, confirm it shows as having no items
     5 - click through to bib details, confirm it shows your item here
     6 - edit and save your item
     7 - confirm barcode is now searchable
     8 - apply patches
     9 - Add a new item "cde456"
    10 - Confirm it returns in searches
    11 - Edit 'cde456' and change barcode to 'fgh789'
    12 - Confirm the new abrcode is searchable
    
    Signed-off-by: Lisette Scheer <lisettes at latahlibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Item.pm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list