https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41758
Roman Dolny <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #192375|0 |1 is obsolete| | --- Comment #2 from Roman Dolny <[email protected]> --- Created attachment 192392 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192392&action=edit Bug 41758: Add Fingerprint Identifier data to Elasticsearch index mappings Libraries cataloguing older monographic resources request fingerprint indexing. In MARC 21, it would be the content of field 026, in UNIMARC - 012. Test plan ========= 1. Start up KTD with Elasticsearch: ktd --search-engine es8 up -d 2. Make field 026 active for Editor in MARC framework section (e.g. in default framework). 3. Edit any bibliographic record (with modified framework) adding 026 field data, e.g. 026 ## $a urdu esrt $b eses jecl $c 1790 4. Verify that you are unable to find the record searching with fingerprint data. 5. Apply the patch ; restart_all. 6. Reindex with: koha-elasticsearch --rebuild -r -d kohadev 7. Now you should be able to find the record searching with fingerprint data (performing a general search or prefixed with 'fingerprint-identifier:'). Sponsored-by: Ignatianum University in Cracow 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/
