From 27abeadaa5b1d7dd458b311a31992a3e0cefa18c Mon Sep 17 00:00:00 2001 From: Robert Lange <robert.lange@uni-leipzig.de> Date: Wed, 16 Sep 2020 13:48:18 +0200 Subject: [PATCH] refs #17725 [fid] refactor fid searchspecs.yaml for basic / demo instance * remove obsolete Dismax fix from 14850 / 14831 * use finc as parent instead of vufind --- fid/config/vufind/searchspecs.yaml | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/fid/config/vufind/searchspecs.yaml b/fid/config/vufind/searchspecs.yaml index 6ca8f0eda03..b3837456118 100644 --- a/fid/config/vufind/searchspecs.yaml +++ b/fid/config/vufind/searchspecs.yaml @@ -1,28 +1,2 @@ -'@parent_yaml': ../../../config/vufind/searchspecs.yaml - -# Fixes unsupported "qt=edismax" query parameter setting. -# Cf. https://projekte.ub.uni-leipzig.de/issues/14850#note-1. - -Author: - DismaxHandler: dismax - -ISN: - DismaxHandler: dismax - -Subject: - DismaxHandler: dismax - -Coordinate: - DismaxHandler: dismax - -JournalTitle: - DismaxHandler: dismax - -Title: - DismaxHandler: dismax - -Series: - DismaxHandler: dismax - -AllFields: - DismaxHandler: dismax \ No newline at end of file +--- +"@parent_yaml": "../../../local/config/vufind/searchspecs.yaml" \ No newline at end of file -- GitLab