[Koha-bugs] [Bug 26543] Elasticsearch - Importing biblios with multiple items can cause incorrect index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 25 20:53:55 CEST 2020


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

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 110771
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110771&action=edit
Bug 26543: Refactor import code to reindex once per bib

To test:
0 - Be using Elasticsearch, apply patches, reindex
1 - Add multiple items to several records in your catalog
2 - Export those records
3 - Update the items on the records in Koha to be 'damaged'
4 - Import the file exported above, matchign on biblionumber and overlaying
items
5 - Perform a search to return the imported records
6 - Confirm all items have damaged correctly removed in search results
7 - Import without matching and ignoring items to confirm new records are added
8 - Search to return records and verify they are indexed (shoudl see 2 copies)
9 - Alter the barcodes of the items in koha
10 - Import the file matching on biblionumber and adding items
11 - Search tp return records, confirm the new items are indexed
12 - Export some authority records
13 - Import them without matching and confirm new records are searchable
14 - Alter the existing records, and match on AuthID, you will need to create a
matching rule for this
15 - Import and match and confirm the records are searchable and reflect the
change back to original values

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


More information about the Koha-bugs mailing list