From 96dbae8fefbb853c3c8d899278f01be7d94e89df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Michael=20O=2E=20Hegg=C3=B8?= Date: Mon, 6 May 2019 20:56:55 +0200 Subject: [PATCH] Ignore more errors that are not really errors These are for the controlled vocabulary expansion and are purely informational. --- src/BCLib/PrimoServices/PrimoServices.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/BCLib/PrimoServices/PrimoServices.php b/src/BCLib/PrimoServices/PrimoServices.php index 7e74995..16bda18 100644 --- a/src/BCLib/PrimoServices/PrimoServices.php +++ b/src/BCLib/PrimoServices/PrimoServices.php @@ -77,7 +77,9 @@ public function __construct( $ignore_errors = [ 'search.message.ui.expansion.pc', 'search.message.ui.expansion', - 'search.error.wildcards.toomanyclauses' + 'search.error.wildcards.toomanyclauses', + 'controlled.vocabulary', + 'controlled.voc.synonym', ]; }