From 59b26e123031651446342715c9b2071022c01f08 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Fri, 10 Oct 2025 15:55:14 +0300 Subject: [PATCH] Bug 40994: Remove 651 from facets 1. Start creating a new record 2. Populate the following field: 651: _a Suomi _2 yso/fin _0 http://www.yso.fi/onto/yso/p94426 3. Save the record (and ensure the new record gets indexed) 4. On either OPAC or staff client, search for su:yso/fin 5. Observe your record in the results 6. Observe there are no "Suomi", "yso/fin", or the link under "Topics" facet --- admin/searchengine/elasticsearch/mappings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/searchengine/elasticsearch/mappings.yaml b/admin/searchengine/elasticsearch/mappings.yaml index 139d66ffc48..5594857d9af 100644 --- a/admin/searchengine/elasticsearch/mappings.yaml +++ b/admin/searchengine/elasticsearch/mappings.yaml @@ -3632,7 +3632,7 @@ biblios: marc_type: marc21 sort: 1 suggestible: 1 - - facet: 1 + - facet: '' marc_field: '651' marc_type: marc21 sort: 1 -- 2.34.1