From effc8d9e7b8df4c0298983340633b5b846a80a7f Mon Sep 17 00:00:00 2001
From: Tom Misilo <misilot@fit.edu>
Date: Wed, 13 Apr 2016 11:02:34 -0400
Subject: [PATCH] Added notes about driver differences and requirments

---
 config/vufind/KohaILSDI.ini | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/config/vufind/KohaILSDI.ini b/config/vufind/KohaILSDI.ini
index 44f0f8f6eca..73de366a71b 100755
--- a/config/vufind/KohaILSDI.ini
+++ b/config/vufind/KohaILSDI.ini
@@ -1,3 +1,11 @@
+; KohaILSDI Driver Config
+
+; This driver differs that it uses the ISL-DI API instead of direct database calls
+; It does however, fallback to direct database calls to enhance functionaility
+; that is not available in in the ILS-DI API.
+
+; You must enable ILS-DI in the Web services preferences in Koha
+
 [Catalog]
 ; database host, port, user, password, database
 host        = localhost
@@ -6,7 +14,7 @@ username    = mysqlusername
 password    = mysqlpassword
 database    = koha
 
-; url to ilsdi api
+; Url to the ILS-DI API
 url         	= http://library.myuniversity.edu/cgi-bin/koha/ilsdi.pl
 
 debug       	= false
-- 
GitLab