diff --git a/config/vufind/searchspecs.yaml b/config/vufind/searchspecs.yaml index 532a8e3d645d0893e178c1706539027f0648fc5c..e945c79ad982bd74ef8ab3ba1fb11e78f923a8d4 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]