https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727
--- Comment #3 from Alex Buckley <[email protected]> --- Created attachment 166653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166653&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 This index searches 022ay, 023ay (MARC21) and 011ayz (UNIMARC). 011y and 011z have been removed from issn search field for UNIMARC. Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Apply this patch and restart all services (restart_all) 3. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 4. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 5. Alternative to steps 3 and 4: reset_all 6. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y / 023y for MARC21), or if using UNIMARC then 011z 7. Make a biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS -- 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/
