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

(-)a/admin/searchengine/elasticsearch/mappings.yaml (-10 / +11 lines)
Lines 1341-1347 biblios: Link Here
1341
    staff_client: 1
1341
    staff_client: 1
1342
    type: ''
1342
    type: ''
1343
  ccode:
1343
  ccode:
1344
    facet_order: 7
1344
    facet_order: 8
1345
    label: Collections
1345
    label: Collections
1346
    mandatory: ~
1346
    mandatory: ~
1347
    mappings:
1347
    mappings:
Lines 1717-1731 biblios: Link Here
1717
    staff_client: 1
1717
    staff_client: 1
1718
    type: date
1718
    type: date
1719
  date-of-publication:
1719
  date-of-publication:
1720
    label: date-of-publication
1720
    facet_order: 3
1721
    label: Year of publication
1721
    mandatory: ~
1722
    mandatory: ~
1722
    mappings:
1723
    mappings:
1723
    - facet: ''
1724
    - facet: 1
1724
      marc_field: 008_/7-10
1725
      marc_field: 008_/7-10
1725
      marc_type: marc21
1726
      marc_type: marc21
1726
      sort: 1
1727
      sort: 1
1727
      suggestible: ''
1728
      suggestible: ''
1728
    - facet: ''
1729
    - facet: 1
1729
      marc_field: 100a_/9-12
1730
      marc_field: 100a_/9-12
1730
      marc_type: unimarc
1731
      marc_type: unimarc
1731
      sort: 1
1732
      sort: 1
Lines 1935-1941 biblios: Link Here
1935
        suggestible: ''
1936
        suggestible: ''
1936
    type: geo_point
1937
    type: geo_point
1937
  holdingbranch:
1938
  holdingbranch:
1938
    facet_order: 8
1939
    facet_order: 9
1939
    label: Holding libraries
1940
    label: Holding libraries
1940
    mandatory: ~
1941
    mandatory: ~
1941
    mappings:
1942
    mappings:
Lines 1953-1959 biblios: Link Here
1953
    staff_client: 1
1954
    staff_client: 1
1954
    type: string
1955
    type: string
1955
  homebranch:
1956
  homebranch:
1956
    facet_order: 9
1957
    facet_order: 10
1957
    label: Home libraries
1958
    label: Home libraries
1958
    mandatory: ~
1959
    mandatory: ~
1959
    mappings:
1960
    mappings:
Lines 2607-2613 biblios: Link Here
2607
    staff_client: 1
2608
    staff_client: 1
2608
    type: ''
2609
    type: ''
2609
  ln:
2610
  ln:
2610
    facet_order: 10
2611
    facet_order: 11
2611
    label: Languages
2612
    label: Languages
2612
    mandatory: ~
2613
    mandatory: ~
2613
    mappings:
2614
    mappings:
Lines 2693-2699 biblios: Link Here
2693
    staff_client: 1
2694
    staff_client: 1
2694
    type: number
2695
    type: number
2695
  location:
2696
  location:
2696
    facet_order: 3
2697
    facet_order: 4
2697
    label: Location
2698
    label: Location
2698
    mandatory: ~
2699
    mandatory: ~
2699
    mappings:
2700
    mappings:
Lines 3531-3537 biblios: Link Here
3531
    staff_client: 1
3532
    staff_client: 1
3532
    type: ''
3533
    type: ''
3533
  su-geo:
3534
  su-geo:
3534
    facet_order: 4
3535
    facet_order: 5
3535
    label: Places
3536
    label: Places
3536
    mandatory: ~
3537
    mandatory: ~
3537
    mappings:
3538
    mappings:
Lines 4311-4317 biblios: Link Here
4311
    staff_client: 1
4312
    staff_client: 1
4312
    type: ''
4313
    type: ''
4313
  title-series:
4314
  title-series:
4314
    facet_order: 5
4315
    facet_order: 6
4315
    label: Series
4316
    label: Series
4316
    mandatory: ~
4317
    mandatory: ~
4317
    mappings:
4318
    mappings:
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (+2 lines)
Lines 55-60 Link Here
55
                                <span id="facet-authors">Authors</span>
55
                                <span id="facet-authors">Authors</span>
56
                            [% CASE 'Titles' %]
56
                            [% CASE 'Titles' %]
57
                                <span id="facet-titles">Titles</span>
57
                                <span id="facet-titles">Titles</span>
58
                            [% CASE 'Year of publication' %]
59
                                <span id="facet-year-of-publication">Year of publication</span>
58
                            [% CASE 'Topics' %]
60
                            [% CASE 'Topics' %]
59
                                <span id="facet-topics">Topics</span>
61
                                <span id="facet-topics">Topics</span>
60
                            [% CASE 'Places' %]
62
                            [% CASE 'Places' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (+1 lines)
Lines 516-521 a.add, a.delete { Link Here
516
                                                    [% SWITCH f.label %]
516
                                                    [% SWITCH f.label %]
517
                                                    [% CASE 'Authors' %]<span>Authors</span>
517
                                                    [% CASE 'Authors' %]<span>Authors</span>
518
                                                    [% CASE 'Item types' %]<span>Item types</span>
518
                                                    [% CASE 'Item types' %]<span>Item types</span>
519
                                                    [% CASE 'Year of publication' %]<span>Year of publication</span>
519
                                                    [% CASE 'Locations' %]<span>Locations</span>
520
                                                    [% CASE 'Locations' %]<span>Locations</span>
520
                                                    [% CASE 'Places' %]<span>Places</span>
521
                                                    [% CASE 'Places' %]<span>Places</span>
521
                                                    [% CASE 'Series' %]<span>Series</span>
522
                                                    [% CASE 'Series' %]<span>Series</span>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc (-1 / +2 lines)
Lines 47-52 Link Here
47
                                <h3 id="facet-authors">Authors</h3>
47
                                <h3 id="facet-authors">Authors</h3>
48
                            [% CASE 'Titles' %]
48
                            [% CASE 'Titles' %]
49
                                <h3 id="facet-titles">Titles</h3>
49
                                <h3 id="facet-titles">Titles</h3>
50
                            [% CASE 'Year of publication' %]
51
                                <h3 id="facet-year-of-publication">Year of publication</h3>
50
                            [% CASE 'Topics' %]
52
                            [% CASE 'Topics' %]
51
                                <h3 id="facet-topics">Topics</h3>
53
                                <h3 id="facet-topics">Topics</h3>
52
                            [% CASE 'Places' %]
54
                            [% CASE 'Places' %]
53
- 

Return to bug 36437