Text to go in the release notes:
|
This enhancement makes changes to International Standard Serial Number (ISSN) related index mapping when using Elasticsearch or Open Search.
A new issn-all search field enables finding all records with any ISSN related to that content. For example, you are able to find the online and paper version of a serial with one search.
The issn search field remains a precise search - you get the exact record with the ISSN in 022$a (MARC21) or 011$a (UNIMARC).
MARC21:
- Adds these subfields to the new issn-all search field:
. 022$a (International Standard Serial Number)
. 022$y (Incorrect ISSN)
. 022$z (Canceled ISSN)
. 023$a (Cluster ISSN)
. 023$y (Incorrect Cluster ISSN)
. 023$z (Canceled Cluster ISSN)
- Adds 022$y, 022$z, 023$a, 023$y, and 023$z to the identifier-standard search field
UNIMARC:
- Adds these subfields to the new issn-all search field:
. 011$a (Number (ISSN)
. 011$y (Cancelled ISSN)
. 011$z (Erroneous ISSN or ISSN-L)
- Removes 011$y and 011$z from the issn search field
These changes will only take effect for existing installations if the index mappings are reset (caution: existing customizations are lost) and records are re-indexed.
|