From 18b55a70fa1db7231b77d8b23856b541863d1d94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Mon, 2 Oct 2023 09:59:14 +0200 Subject: [PATCH] Adjust index config #1828 --- src/main/resources/alma/index-config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/alma/index-config.json b/src/main/resources/alma/index-config.json index ae68271a9..9ec7f8fbe 100644 --- a/src/main/resources/alma/index-config.json +++ b/src/main/resources/alma/index-config.json @@ -265,13 +265,15 @@ "type": "text" }, "issn": { - "type": "keyword", + "type": "text", + "analyzer": "hyphen_analyzer", "copy_to": [ "q.all" ] }, "isbn": { - "type": "keyword", + "type": "text", + "analyzer": "hyphen_analyzer", "copy_to": [ "q.all" ]