From 71d40a127d9ceff50bfbf1ddd93302fab66acca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Prunayre?= Date: Thu, 24 Aug 2023 12:24:36 +0200 Subject: [PATCH] Search / Aggregation on organisation in Dutch (#7290) Declare dutch language field for organisation to be able to create facet on this field. It may help fixing https://github.com/geonetwork/core-geonetwork/issues/7252 --- .../main/webResources/WEB-INF/data/config/index/records.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/src/main/webResources/WEB-INF/data/config/index/records.json b/web/src/main/webResources/WEB-INF/data/config/index/records.json index 3bde0c9c3b8..fa8608f361b 100644 --- a/web/src/main/webResources/WEB-INF/data/config/index/records.json +++ b/web/src/main/webResources/WEB-INF/data/config/index/records.json @@ -1071,6 +1071,10 @@ "type": "keyword", "copy_to": ["any.langita"] }, + "langdut": { + "type": "keyword", + "copy_to": ["any.langdut"] + }, "langspa": { "type": "keyword", "copy_to": ["any.langspa"]