From dcdcea29932f8c9f7c16f5b6462ea033f5331c9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de> Date: Wed, 11 Nov 2015 11:01:13 +0100 Subject: [PATCH] refs #6332: * updated config.ini and searches.ini in local/ --- local/config/vufind/config.ini | 3 ++- local/config/vufind/searches.ini | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/local/config/vufind/config.ini b/local/config/vufind/config.ini index 8bdc524bd0d..bc6a15d0d1f 100644 --- a/local/config/vufind/config.ini +++ b/local/config/vufind/config.ini @@ -9,7 +9,8 @@ ; up during ILS maintenance. available = true ; Change to true to see messages about the behavior of the system as part of the -; output -- only for use when troubleshooting problems: +; output -- only for use when troubleshooting problems. See also the access.DebugMode +; setting in permissions.ini to turn on debug using a GET parameter in the request. debug = false ; This setting should be set to false after auto-configuration is complete autoConfigure = true diff --git a/local/config/vufind/searches.ini b/local/config/vufind/searches.ini index aa1ef4b06c6..c5ad90e5d42 100644 --- a/local/config/vufind/searches.ini +++ b/local/config/vufind/searches.ini @@ -358,6 +358,10 @@ CallNumber = callnumber-sort ; ; AlphaBrowseLink:index ; Use the query to generate a link to the specified alphabrowse index +; Libraryh3lp:[type]:[id]:[skin] +; Display a chat box for the Libraryh3lp service. [type] indicats the type +; of chat being used (either "queue" or "user"). [id] is the name of the +; queue or user. [skin] is optional and specifies a skin number to use. ; SwitchQuery:[backend]:[opt-out checks to skip]:[opt-in checks to add] ; This module analyzes the user's query and offers suggestions for ways to ; improve it. [backend] is the name of the search backend currently in use, -- GitLab