From e9f0f5e0bef65a34ad840caf174ab9a4a6c309d2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Thu, 29 Feb 2024 13:14:45 +0100
Subject: [PATCH] refs #25615 [finc] disable record-versions

---
 local/config/vufind/searches.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local/config/vufind/searches.ini b/local/config/vufind/searches.ini
index 1253602e9e9..365fd0f4f6d 100644
--- a/local/config/vufind/searches.ini
+++ b/local/config/vufind/searches.ini
@@ -113,7 +113,7 @@ retain_filters_by_default = true
 ;default_record_fields = "*,score"
 
 ; Whether the "versions" (FRBR) link and record tab are enabled. Default is true.
-;display_versions = true
+display_versions = false
 
 [Cache]
 ; This controls whether the parsed searchspecs.yaml file will be stored to
-- 
GitLab