From 6ac318f71988af069fff5f7b78002087c4d42586 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Mon, 6 Feb 2017 16:49:49 -0300
Subject: [PATCH] Bug 17169: (QA followup) Add NORMARC and UNIMARC definitions
 for CCODE

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
---
 admin/searchengine/elasticsearch/mappings.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml
index 8d3fec4..f01fd01 100644
--- a/admin/searchengine/elasticsearch/mappings.yaml
+++ b/admin/searchengine/elasticsearch/mappings.yaml
@@ -1263,6 +1263,16 @@ biblios:
        marc_type: marc21
        sort: ~
        suggestible: ''
+     - facet: '1'
+       marc_field: '9528'
+       marc_type: normarc
+       sort: ~
+       suggestible: ''
+     - facet: '1'
+       marc_field: '9958'
+       marc_type: unimarc
+       sort: ~
+       suggestible: ''
     type: ''
   control-number:
     label: control-number
-- 
2.1.4