[Koha-bugs] [Bug 15704] New: split up 264 index

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 29 16:58:26 CET 2016


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

            Bug ID: 15704
           Summary: split up 264 index
 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: nengard at gmail.com
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 14198

Right now the 260 index look like this: 

  <!--record.abs line 119: melm 260$a      pl:w,pl:p-->
  <index_subfields tag="260" subfields="a">
    <target_index>pl:w</target_index>
    <target_index>pl:p</target_index>
  </index_subfields>
  <!--record.abs line 120: melm 260$b      Publisher:w,Publisher:p-->
  <index_subfields tag="260" subfields="b">
    <target_index>Publisher:w</target_index>
    <target_index>Publisher:p</target_index>
  </index_subfields>
  <!--record.abs line 121: melm 260$c      copydate,copydate:s-->
  <index_subfields tag="260" subfields="c">
    <target_index>copydate:w</target_index>
    <target_index>copydate:s</target_index>
  </index_subfields>
  <!--record.abs line 122: melm 260        pl-->
  <index_data_field tag="260">
    <target_index>pl:w</target_index>
    <target_index>Provider:w</target_index>
  </index_data_field>

The 264 only indexes the entire thing. 

  <!--Index for RDA 264 field-->
  <index_data_field tag="264">
    <target_index>Provider:w</target_index>
  </index_data_field>

We should break the 264 up for better/more accurate searching.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14198
[Bug 14198] RDA: Indexing 264 field (Zebra)
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list