From c0ff344540100596273fe281c4a93319ec45a864 Mon Sep 17 00:00:00 2001 From: Kathleen Neumann Date: Tue, 21 Nov 2023 10:11:28 +0100 Subject: [PATCH] IM-118 add peer reviewed filter --- src/main/resources/config/ubo_koeln/messages_de.properties | 1 + src/main/resources/config/ubo_koeln/messages_en.properties | 1 + src/main/resources/config/ubo_koeln/solr/main/solr-config.json | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config/ubo_koeln/messages_de.properties b/src/main/resources/config/ubo_koeln/messages_de.properties index 6e537eb..b2b796e 100644 --- a/src/main/resources/config/ubo_koeln/messages_de.properties +++ b/src/main/resources/config/ubo_koeln/messages_de.properties @@ -20,6 +20,7 @@ editor.identity.picker.lead_id = DHSB-ID editor.identity.picker.name = DHSB facets.facet.connection_nid_text = Personenname (TH K\u00F6ln) +facets.facet.koeln_peerreviewed = Peer Reviewed facets.facet.nid_dhsbid = Person (THK) facets.facet.nid_lsf = Person (THK) facets.facet.oa = Publikationsweg diff --git a/src/main/resources/config/ubo_koeln/messages_en.properties b/src/main/resources/config/ubo_koeln/messages_en.properties index b775d3c..7a98489 100644 --- a/src/main/resources/config/ubo_koeln/messages_en.properties +++ b/src/main/resources/config/ubo_koeln/messages_en.properties @@ -13,6 +13,7 @@ editor.identity.picker.name = DHSB facets.facet.connection_nid_text = Person name (TH K\u00F6ln) facets.facet.genre = Type of Publication +facets.facet.koeln_peerreviewed = Peer Reviewed facets.facet.nid_lsf = Person (THK) facets.facet.oa = Publishing Variant facets.facet.origin_exact = Institution diff --git a/src/main/resources/config/ubo_koeln/solr/main/solr-config.json b/src/main/resources/config/ubo_koeln/solr/main/solr-config.json index 6d02710..e143c3f 100644 --- a/src/main/resources/config/ubo_koeln/solr/main/solr-config.json +++ b/src/main/resources/config/ubo_koeln/solr/main/solr-config.json @@ -25,7 +25,8 @@ "genre", "origin_exact", "facet_host_title", - "oa" + "oa", + "koeln_peerreviewed" ], "wt": "xml" }