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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7715
          Assignee: [email protected]
           Summary: Add biblio.subtitle and appropriate mappings to MARC
                    frameworks
        QA Contact: [email protected]
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to