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

(-)a/C4/Search.pm (+1 lines)
Lines 1009-1014 sub getIndexes{ Link Here
1009
                    'Conference-name-seealso',
1009
                    'Conference-name-seealso',
1010
                    'Content-type',
1010
                    'Content-type',
1011
                    'Control-number',
1011
                    'Control-number',
1012
                    'cnum',
1012
                    'Control-number-identifier',
1013
                    'Control-number-identifier',
1013
                    'cni',
1014
                    'cni',
1014
                    'copydate',
1015
                    'copydate',
(-)a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm (+1 lines)
Lines 82-87 our %index_field_convert = ( Link Here
82
    'notes' => 'note',
82
    'notes' => 'note',
83
    'rcn' => 'record-control-number',
83
    'rcn' => 'record-control-number',
84
    'cni' => 'control-number-identifier',
84
    'cni' => 'control-number-identifier',
85
    'cnum' => 'control-number',
85
    'su' => 'subject',
86
    'su' => 'subject',
86
    'su-to' => 'subject',
87
    'su-to' => 'subject',
87
    #'su-geo' => 'subject',
88
    #'su-geo' => 'subject',
(-)a/etc/zebradb/ccl.properties (-1 / +1 lines)
Lines 986-991 ext 4=1 6=3 Link Here
986
###
986
###
987
# Koha Local-Use Biblio Indexes
987
# Koha Local-Use Biblio Indexes
988
Control-number 1=9001
988
Control-number 1=9001
989
cnum Control-number
989
biblionumber 1=9002
990
biblionumber 1=9002
990
totalissues 1=9003
991
totalissues 1=9003
991
cn-bib-source 1=9004
992
cn-bib-source 1=9004
992
- 

Return to bug 29185