[Koha-bugs] [Bug 31471] Duplicate check in cataloguing fails with Elasticsearch for records with multiple ISBN

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 20 10:37:14 CEST 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Duplicate check in          |Duplicate check in
                   |cataloguing doesn't work    |cataloguing fails with
                   |with Elasticsearch          |Elasticsearch for records
                   |                            |with multiple ISBN

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Ok, I have found the issue:

The problem appears for records with multiple ISBN.

An example:
* Make sure you are using Elasticsearch
* Z39.50 target: LOC 
* Search for: Control number: 14455023
* Import and save
* Search for the record again
* Import and save - duplicate check hasn't been triggered

Taking a closer look:
The duplicate check using FindDuplicate will create the search: 

isbn:1600213510 | 9781600213519

If you search this in the catalog search, it will yield no results with
Elasticsearch, but it will indeed work with Zebra, I guess because the | is
treated differently in this case.

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


More information about the Koha-bugs mailing list