[Koha-bugs] [Bug 17131] New: Zebra index for Title is too broad

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 15 17:12:08 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17131

            Bug ID: 17131
           Summary: Zebra index for Title is too broad
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching
          Assignee: gmcharlt at gmail.com
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Created attachment 54482
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54482&action=edit
Test file

One of the zebra index definitions in marc21/biblios/biblio-koha-indexdefs.xml
for Title includes the entire 245 tag:

  <!--record.abs line 116: melm 245        Title:w,Title:p-->
  <index_data_field tag="245">
    <target_index>Title:w</target_index>
    <target_index>Title:p</target_index>
  </index_data_field>

Since 245$c can contain Author, this means that author names will show up in
Title searches.

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


More information about the Koha-bugs mailing list