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

(-)a/admin/searchengine/elasticsearch/mappings.yaml (+24 lines)
Lines 2697-2702 biblios: Link Here
2697
    opac: 1
2697
    opac: 1
2698
    staff_client: 1
2698
    staff_client: 1
2699
    type: ''
2699
    type: ''
2700
  musical-presentation:
2701
    label: musical-presentation
2702
    mandatory: ~
2703
    mappings:
2704
    - facet: ''
2705
      marc_field: '254'
2706
      marc_type: marc21
2707
      sort: 1
2708
      suggestible: ''
2709
    opac: 1
2710
    staff_client: 1
2711
    type: ''
2712
  musical-presentation:
2713
    label: musical-presentation
2714
    mandatory: ~
2715
    mappings:
2716
    - facet: ''
2717
      marc_field: '254'
2718
      marc_type: marc21
2719
      sort: 1
2720
      suggestible: ''
2721
    opac: 1
2722
    staff_client: 1
2723
    type: ''
2700
  nal-call-number:
2724
  nal-call-number:
2701
    label: nal-call-number
2725
    label: nal-call-number
2702
    mandatory: ~
2726
    mandatory: ~
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc (+5 lines)
Lines 169-174 Link Here
169
    [% ELSE %]
169
    [% ELSE %]
170
        <option value="pl">Publisher location</option>
170
        <option value="pl">Publisher location</option>
171
    [% END %]
171
    [% END %]
172
    [% IF ms_musicaldashpresentation %]
173
        <option selected="selected" value="musical-presentation">Musical presentation</option>
174
    [% ELSE %]
175
        <option value="musical-presentation">Musical presentation</option>
176
    [% END %]
172
177
173
    [%# Use non-normalized st-year instead of st-numeric, %]
178
    [%# Use non-normalized st-year instead of st-numeric, %]
174
    [%# since pubdate can include 'u' to signify unknown %]
179
    [%# since pubdate can include 'u' to signify unknown %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +1 lines)
Lines 103-108 Link Here
103
                                                [% ELSE %]
103
                                                [% ELSE %]
104
                                                    <option value="nb">ISBN</option>
104
                                                    <option value="nb">ISBN</option>
105
                                                [% END %]
105
                                                [% END %]
106
                                                <option value ="musical-presentation">Musical presentation</option>
106
                                                <option value="bc">Barcode</option>
107
                                                <option value="bc">Barcode</option>
107
                                            </select> <!-- /#search-field_[% loop.index | html %] -->
108
                                            </select> <!-- /#search-field_[% loop.index | html %] -->
108
                                        </div> <!-- .search-term-input -->
109
                                        </div> <!-- .search-term-input -->
109
- 

Return to bug 36723