[Koha-bugs] [Bug 15142] New: Titles facet does not work in UNIMARC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 5 15:34:17 CET 2015


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

            Bug ID: 15142
           Summary: Titles facet does not work in UNIMARC
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

There is a "Titles" facet using in UNIMARC 500$a, 501$a and 503$a :

In etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml
  <facet tag="500" subfields="a">
    <target_index>su-ut:0</target_index>
  </facet>
  <facet tag="501" subfields="a">
    <target_index>su-ut:0</target_index>
  </facet>
  <facet tag="503" subfields="a">
    <target_index>su-ut:0</target_index>
  </facet>

In etc/zebradb/ccl.properties :
  su-ut Subject

The problem is that 500$a, 501$a and 503$a are not indexed as Subject :
In etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml

  <!--record.abs line 262: melm 500             Title,Title:p-->
  <index_data_field tag="500">
    <target_index>Title:w</target_index>
    <target_index>Title:p</target_index>
  </index_data_field>
  <!--record.abs line 263: melm 501             Title,Title:p-->
  <index_data_field tag="501">
    <target_index>Title:w</target_index>
    <target_index>Title:p</target_index>
  </index_data_field>
  <!--record.abs line 264: melm 503             Title,Title:p-->
  <index_data_field tag="503">
    <target_index>Title:w</target_index>
    <target_index>Title:p</target_index>
  </index_data_field>

How should we change this configuration ?

In MARC21, this facet uses field 630 that is indexed as Subject.

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


More information about the Koha-bugs mailing list