[Koha-bugs] [Bug 7715] New: Add biblio.subtitle and appropriate mappings to MARC frameworks

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 14 16:05:43 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7715

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7715
          Assignee: gmcharlt at gmail.com
           Summary: Add biblio.subtitle and appropriate mappings to MARC
                    frameworks
        QA Contact: koha.sekjal at gmail.com
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: koha.sekjal at gmail.com
          Hardware: All
            Status: NEW
           Version: master
         Component: Database
           Product: Koha

There is more and more demand for the subtitle of a material to be shown along
the main portion of the title.  Right now, the only way to extra this
information is to process the MARC record, which involves costly XML
processing.  It would be better to stash the subtitle in the biblio table, so
it can be accessed just with SQL.

Necessary changes:

Installation:

add subtitle to biblio table, after title and before uniform title

add the appropriate mappings to MARC21, UNIMARC and NORMARC frameworks. 
Respect any pre-existing mapping on the 245$b field or 200$e fields

Usage:

Add subtitle to SQL queries for title

Export subtitle to templates along with title

Display subtitle token (if it exists) after title


Previous RFC: 
http://wiki.koha-community.org/wiki/Add_column_to_biblio_table_for_subtitle_/_remainder_of_title_RFC

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list