Summary: | Add search engine indexes for content, media and carrier type | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Searching | Assignee: | Bugs List <koha-bugs> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, ephetteplace, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 32488: Add RDA content, media, and carrier fields to ES mappings MARC21
Bug 32488: Zebra updates and aliases |
Description
Mathieu Saby
2022-12-19 09:23:27 UTC
Created attachment 181505 [details] [review] Bug 32488: Add RDA content, media, and carrier fields to ES mappings MARC21 I didn't add the UNIMARC mappings, they seem to be much more specifically coded, so I am not sure if they can go into the same fields. Possibly we want a bug for each MARC flavour? I can take care of a followup for Unimarc in an other bug ;-) But you added it only for Elasticsearch. Should we not also add it for Zebra ? (In reply to Mathieu Saby from comment #4) > But you added it only for Elasticsearch. Should we not also add it for Zebra > ? +1 I think so too Created attachment 182034 [details] [review] Bug 32488: Zebra updates and aliases (In reply to David Cook from comment #5) > (In reply to Mathieu Saby from comment #4) > > But you added it only for Elasticsearch. Should we not also add it for Zebra > > ? > > +1 I think so too Added, but I can't make them work, tossing them here for other eyes, been a while since I touched zebra This looks ok, I think. Have you: 1) Copied the files into the right place in ktd? Something like this I believe: 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 2) Restarted Zebra? |