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

(-)a/admin/searchengine/elasticsearch/mappings.yaml (+12 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: ''
2700
  nal-call-number:
2712
  nal-call-number:
2701
    label: nal-call-number
2713
    label: nal-call-number
2702
    mandatory: ~
2714
    mandatory: ~
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc (-1 / +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 %]
175
- 

Return to bug 36723