From 5118e3aaf591c62087fea1180da456c34efd6bea Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Wed, 19 Jun 2019 14:30:46 +0200
Subject: [PATCH] refs #15359 [fid_bbi] author_corp_ref

removes author_corp_ref from searchspecs.yaml, refs #15195
---
 fid_bbi/config/vufind/searchspecs.yaml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/fid_bbi/config/vufind/searchspecs.yaml b/fid_bbi/config/vufind/searchspecs.yaml
index 0b6369cf8f4..6f47e4b0616 100644
--- a/fid_bbi/config/vufind/searchspecs.yaml
+++ b/fid_bbi/config/vufind/searchspecs.yaml
@@ -161,7 +161,6 @@ Author:
     - author_ref^150
     - author_corporate^200
     - author_corporate2^200
-    - author_corp_ref^150
     - author_orig^200
     - author2_orig^200
     - author_corporate_orig^200
@@ -196,10 +195,6 @@ Author:
       - [onephrase, 350]
       - [and, 200]
       - [or, 100]
-    author_corp_ref:
-      - [onephrase, 350]
-      - [and, 200]
-      - [or, 100]
     author_orig:
       - [onephrase, 350]
       - [and, 200]
@@ -478,7 +473,6 @@ AllFields:
     - author2^400
     - author_corporate2^100
     - author_ref^500
-    - author_corp_ref^500
     - author_orig^300
     - author2_orig^300
     - author_corporate_orig^300
@@ -537,10 +531,6 @@ AllFields:
       - [onephrase, 250]
       - [and, 250]
       - [or, 250]
-    author_corp_ref:
-      - [onephrase, 250]
-      - [and, 250]
-      - [or, 250]
     author_orig:
       - [onephrase, 500]
       - [and, 250]
-- 
GitLab