[Koha-bugs] [Bug 25265] Elasticsearch - Batch editing items on a biblio can lead to incorrect index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 5 16:59:10 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25265

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #9 from Nick Clemens <nick at bywatersolutions.com> ---
Missing an '=' in ModItemFromMarc assignment

LostItem is not always called, only if item is marked lost when it wasn't

I think this patch goes after the wrong problem - the issue is that we reindex
the whole bib for each item call, instead of editing all items, then reindexing
the bib. I think the idea here is right though, we should pass
skip_modzebra_update for all the calls, then add a new call to index bib after
all items are modified

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list