Summary: | Use marc field 264 (when exists) to get (and show) information about place/name/date of production | ||
---|---|---|---|
Product: | Koha | Reporter: | Theodoros Theodoropoulos <theod> |
Component: | Database | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | 17.11 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Theodoros Theodoropoulos
2018-09-06 12:58:07 UTC
Of course 264 should be taken into account when indexing bibs in zebra/elasticsearch, but these were tackled already in BZ14198 Hi Theodorus. I think this is a fixed issue. Newer versions of Koha allow you to map multiple fields to biblio.copyrightdate, which is used to display the publication year in a lot of places. So the field will be populated for RDA (264c) and for non-RDA (260c) records. When changing the mapping now, you might have to run a script to populate the data in your database, but this should better be discussed on the mailing list. |