From 374b55c74d0d0a8e39a86d51dca51a409c471eaf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Thu, 29 Sep 2022 16:56:34 +0200
Subject: [PATCH] refs #22469 [finc] deactivate interlibrary loan
 recommendation for no results in finc

---
 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 9613ebc1446..fd329a5042b 100644
--- a/local/config/vufind/searches.ini
+++ b/local/config/vufind/searches.ini
@@ -70,7 +70,7 @@ default_noresults_recommend[] = SwitchQuery
 ;default_noresults_recommend[] = SpellingSuggestions
 default_noresults_recommend[] = RemoveFilters
 ; InterlibraryLoan:
-default_noresults_recommend[] = InterlibraryLoan:"https://fernleihe.boss.bsz-bw.de/Search/Results?lookfor=<QUERY>"
+;default_noresults_recommend[] = InterlibraryLoan:"https://fernleihe.boss.bsz-bw.de/Search/Results?lookfor=<QUERY>"
 
 ; Set this to true in order to highlight keywords from the search query when they
 ; appear in fields displayed in search results.
-- 
GitLab