View | Details | Raw Unified | Return to bug 20463
Collapse All | Expand All

(-)a/C4/Search.pm (+1 lines)
Lines 1065-1070 sub getIndexes{ Link Here
1065
                    'mc-itemtype',
1065
                    'mc-itemtype',
1066
                    'mc-rtype',
1066
                    'mc-rtype',
1067
                    'mus',
1067
                    'mus',
1068
                    'Multipart-resource-level',
1068
                    'name',
1069
                    'name',
1069
                    'Music-number',
1070
                    'Music-number',
1070
                    'Name-geographic',
1071
                    'Name-geographic',
(-)a/etc/zebradb/biblios/etc/bib1.att (+1 lines)
Lines 164-169 att 1093 Identifier-ISRN Link Here
164
att 1094    Identifier-DOI
164
att 1094    Identifier-DOI
165
att 1095    language-original
165
att 1095    language-original
166
att 1096    Title-later
166
att 1096    Title-later
167
att 1097    Multipart-resource-level
167
168
168
att 1185    Performer
169
att 1185    Performer
169
att 1186    Performer-Individual
170
att 1186    Performer-Individual
(-)a/etc/zebradb/ccl.properties (+7 lines)
Lines 492-497 Material-type 1=1031 Link Here
492
#                                                           700, 730
492
#                                                           700, 730
493
#Music-key            1=1025
493
#Music-key            1=1025
494
494
495
#Multipart-record-level  1=1097  Record level to which a resource   derived from Leader/19
496
#                                pertains and any record
497
#                                dependencies. This information
498
#                                will facilitate processing the
499
#                                record in different situations.
500
Multipart-resource-level 1=1097
501
495
#Name                 1002  The name of a person, corporate 100, 110, 111, 400,
502
#Name                 1002  The name of a person, corporate 100, 110, 111, 400,
496
#                           body, conference, or meeting.   410, 411, 600, 610,
503
#                           body, conference, or meeting.   410, 411, 600, 610,
497
#                           (Subject name headings are      611, 700, 710, 711,
504
#                           (Subject name headings are      611, 700, 710, 711,
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml (+3 lines)
Lines 12-17 Link Here
12
  <index_leader offset="7" length="1">
12
  <index_leader offset="7" length="1">
13
    <target_index>Bib-level:w</target_index>
13
    <target_index>Bib-level:w</target_index>
14
  </index_leader>
14
  </index_leader>
15
  <index_leader offset="19" length="1">
16
    <target_index>Multipart-resource-level:w</target_index>
17
  </index_leader>
15
  <!--record.abs line 43: melm 001        Control-number-->
18
  <!--record.abs line 43: melm 001        Control-number-->
16
  <index_control_field tag="001">
19
  <index_control_field tag="001">
17
    <target_index>Control-number:w</target_index>
20
    <target_index>Control-number:w</target_index>
(-)a/etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl (+3 lines)
Lines 56-61 definition file (probably something like {biblio,authority}-koha-indexdefs.xml) Link Here
56
    <z:index name="Bib-level:w">
56
    <z:index name="Bib-level:w">
57
      <xslo:value-of select="substring(., 8, 1)"/>
57
      <xslo:value-of select="substring(., 8, 1)"/>
58
    </z:index>
58
    </z:index>
59
    <z:index name="Multipart-resource-level:w">
60
      <xslo:value-of select="substring(., 20, 1)"/>
61
    </z:index>
59
  </xslo:template>
62
  </xslo:template>
60
  <xslo:template match="marc:controlfield[@tag='001']">
63
  <xslo:template match="marc:controlfield[@tag='001']">
61
    <z:index name="Control-number:w">
64
    <z:index name="Control-number:w">
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc (-1 / +2 lines)
Lines 182-185 Link Here
182
    [% ELSE %]
182
    [% ELSE %]
183
        <option value="acqdate,st-date-normalized">Acquisition date (yyyy-mm-dd)</option>
183
        <option value="acqdate,st-date-normalized">Acquisition date (yyyy-mm-dd)</option>
184
    [% END %]
184
    [% END %]
185
186
    <option value="Multipart-resource-level">Multipart resource record level</option>
185
</select>
187
</select>
186
- 

Return to bug 20463