From ab7e0925ec96978cc0a7157203fb8a21080678fa Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 14 Apr 2016 10:13:09 -0400 Subject: [PATCH] Added corporate author to searchspecs. - Thanks to Ere Maijala for the catch. --- config/vufind/searchspecs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/vufind/searchspecs.yaml b/config/vufind/searchspecs.yaml index 532a8e3d645..e945c79ad98 100644 --- a/config/vufind/searchspecs.yaml +++ b/config/vufind/searchspecs.yaml @@ -158,6 +158,7 @@ Author: - author2 - author2_fuller - author_additional + - author_corporate - author_variant - author2_variant QueryFields: @@ -181,6 +182,10 @@ Author: - [onephrase, 100] - [and, 50] - [or, ~] + author_corporate: + - [onephrase, 100] + - [and, 50] + - [or, ~] author_variant: - [onephrase, 100] - [and, 50] -- GitLab