https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42016
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #194891|0 |1 is obsolete| | --- Comment #2 from Roman Dolny <[email protected]> --- Created attachment 194928 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=194928&action=edit Bug 42016: Add identifier-other search field for authorities (MARC 21) MARC 21 authority records often have 024 $a (Other Standard Identifier) - https://www.loc.gov/marc/authority/ad024.html, but the field 024 is missing from ES search fields and the record cannot be found with these identifiers. Test plan ========= 1. Have a ktd instance with Elasticsearch. 2. Add a 024 field to an authority record, i.e. for Alatriste, Gustavo: 024 7# $a 86971927 $7 viaf 3. In Authorities, make an 'Entire record' search for the added identifier. You should get no results. 4. Apply the patch, reindex with: sudo koha-elasticsearch --rebuild -r -d -a kohadev 5. Repeat p. 3. You should now be able to find the record. Sponsored-by: Pontificia Università di San Tommaso d'Aquino (Angelicum) Signed-off-by: Roman Dolny <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
