From af76c0a6908c4631857bdbed914547c1cf32dabe Mon Sep 17 00:00:00 2001
From: Robert Lange <robert.lange@uni-leipzig.de>
Date: Fri, 5 Jul 2019 09:40:48 +0200
Subject: [PATCH] refs #15463 [master] remove author_corp_ref from
 searchspecs.yaml

* for local alpha
* for local
---
 local/alpha/config/vufind/searchspecs.yaml | 10 ----------
 local/config/vufind/searchspecs.yaml       | 10 ----------
 2 files changed, 20 deletions(-)

diff --git a/local/alpha/config/vufind/searchspecs.yaml b/local/alpha/config/vufind/searchspecs.yaml
index 2b741dc3e11..769b3cf495f 100644
--- a/local/alpha/config/vufind/searchspecs.yaml
+++ b/local/alpha/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]
diff --git a/local/config/vufind/searchspecs.yaml b/local/config/vufind/searchspecs.yaml
index 4f5e528c4ee..eb4477cb847 100644
--- a/local/config/vufind/searchspecs.yaml
+++ b/local/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