@@ -, +, @@ --- C4/Search.pm | 1 + Koha/SearchEngine/Elasticsearch/QueryBuilder.pm | 1 + etc/zebradb/ccl.properties | 1 + 3 files changed, 3 insertions(+) --- a/C4/Search.pm +++ a/C4/Search.pm @@ -1009,6 +1009,7 @@ sub getIndexes{ 'Conference-name-seealso', 'Content-type', 'Control-number', + 'cnum', 'Control-number-identifier', 'cni', 'copydate', --- a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm +++ a/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm @@ -82,6 +82,7 @@ our %index_field_convert = ( 'notes' => 'note', 'rcn' => 'record-control-number', 'cni' => 'control-number-identifier', + 'cnum' => 'control-number', 'su' => 'subject', 'su-to' => 'subject', #'su-geo' => 'subject', --- a/etc/zebradb/ccl.properties +++ a/etc/zebradb/ccl.properties @@ -986,6 +986,7 @@ ext 4=1 6=3 ### # Koha Local-Use Biblio Indexes Control-number 1=9001 +cnum Control-number biblionumber 1=9002 totalissues 1=9003 cn-bib-source 1=9004 --