https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32488
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add search engine indexes |Add search engine indexes |for content, media and |for content, media and |carrier type |carrier type (MARC21) Assignee|[email protected] |[email protected] |ity.org | --- Comment #13 from Katrin Fischer <[email protected]> --- 1) QA checks - pass. 2) Code review - nothing found 3) Testing a) Zebra sudo cp -i etc/zebradb/biblios/etc/bib1.att /etc/koha/zebradb/biblios/etc/bib1.att sudo cp -i etc/zebradb/ccl.properties /etc/koha/zebradb/ccl.properties sudo cp -i etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl /etc/koha/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl sudo koha-zebra --restart kohadev Edit record, add fields, save This gave me some headache since my searches still wouldn't work. The issue is here: +Media-type-term 1=9020 +mett Media-type-term +Media-type-code 1=9021 +metc Media-type-code +att 9020 Media-type-code +att 9021 Media-type-term Ports have been switched. Fixed in a follow-up. b) Elasticsearch Worked nicely. 4) Notes UNIMARC mappings are still missing. I have filed a new bug report: bug 41610 -- You are receiving this mail because: You are the assignee for the bug. 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/
