From 9419610455148c5f91d1f723cf5e1bb8467a7955 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 4 Jan 2016 11:29:16 -0500 Subject: [PATCH] Updated configs to reflect disabled OCLC services. - See VUFIND-1142. --- config/vufind/WorldCat.ini | 1 - config/vufind/config.ini | 21 +++------------------ config/vufind/searches.ini | 6 ------ 3 files changed, 3 insertions(+), 25 deletions(-) diff --git a/config/vufind/WorldCat.ini b/config/vufind/WorldCat.ini index 5736b5782a0..f027431e6c3 100644 --- a/config/vufind/WorldCat.ini +++ b/config/vufind/WorldCat.ini @@ -54,4 +54,3 @@ Title = sort_title next_prev_navigation = false related[] = "WorldCatSimilar" -related[] = "WorldCatEditions" diff --git a/config/vufind/config.ini b/config/vufind/config.ini index 5935eff6615..f119cad3bdf 100644 --- a/config/vufind/config.ini +++ b/config/vufind/config.ini @@ -696,25 +696,14 @@ pw = "Password" ;apiId = myAccessId ;apiKey = mySecretKey -; WorldCat is Optional. Worldcat offers extra features such as "Other Editions" -; and the WorldCat searching. +; This section must be filled in if you plan to use the optional WorldCat +; search module. Otherwise, it may be ignored. ;[WorldCat] ;Your WorldCat search API key -;apiKey = ApiKey +;apiKey = "long-search-api-key-goes-here" ;Your holdings symbol (usually a three-letter code) - used for excluding your ; institution's holdings from the search results. ;OCLCCode = MYCODE -; Your worldcat xID Affiliate ID - used for Other Editions feature -;id = myAccount -; If you have increased your OCLC xID daily limits using the token method, -; fill in those credentials here. -; note: xOCLCNUM uses the xISBN token/secret -;xISBN_token = myToken -;xISBN_secret = mySecret -; As of 2014-09, although not specified by OCLC's documentation, the xISSN call -; does not work if you have not also specified your affiliate ID. -;xISSN_token = myToken -;xISSN_secret = mySecret ; DPLA key -- uncomment and fill in to use DPLATerms recommendations (see also ; searches.ini). @@ -1081,13 +1070,9 @@ hide_holdings[] = "World Wide Web" ; record view page. ; ; Available options: -; Editions - Alternate editions (in the Solr index) based on WorldCat lookup ; Similar - Similarity based on Solr lookup -; WorldCatEditions - Alternate editions (in the WorldCat index) based on WorldCat -; lookup ; WorldCatSimilar - Similarity based on WorldCat lookup related[] = "Similar" -related[] = "Editions" ; This setting controls which citations are available; set to true for all supported ; options (default); set to false to disable citations; set to a comma-separated list diff --git a/config/vufind/searches.ini b/config/vufind/searches.ini index edd90ee5f4c..6804a4a5fa1 100644 --- a/config/vufind/searches.ini +++ b/config/vufind/searches.ini @@ -341,11 +341,6 @@ CallNumber = callnumber-sort ; WorldCatIdentities ; Use the WorldCat Identities API to find names and related subjects based ; on the current search. -; WorldCatTerms:[vocabulary] -; Use the WorldCat Terminologies API to find Library of Congress Subject -; Headings related to the current search. [vocabulary] is the vocabulary to -; use for recommendations; default is "lcsh" but other options include "fast", -; "mesh", etc. See http://tspilot.oclc.org/resources/ for details. ; ; Available modules recommended for use in the "no results" area: ; @@ -379,7 +374,6 @@ Author[] = AuthorFacets Author[] = SpellingSuggestions ;Author[] = WorldCatIdentities CallNumber[] = "TopFacets:ResultsTop" ; disable spelling in this context -;Subject[] = WorldCatTerms [NoResultsRecommendations] CallNumber[] = SwitchQuery::wildcard:truncatechar -- GitLab