Skip to content
Snippets Groups Projects
Commit 94196104 authored by Demian Katz's avatar Demian Katz
Browse files

Updated configs to reflect disabled OCLC services.

- See VUFIND-1142.
parent 8f688563
No related merge requests found
...@@ -54,4 +54,3 @@ Title = sort_title ...@@ -54,4 +54,3 @@ Title = sort_title
next_prev_navigation = false next_prev_navigation = false
related[] = "WorldCatSimilar" related[] = "WorldCatSimilar"
related[] = "WorldCatEditions"
...@@ -696,25 +696,14 @@ pw = "Password" ...@@ -696,25 +696,14 @@ pw = "Password"
;apiId = myAccessId ;apiId = myAccessId
;apiKey = mySecretKey ;apiKey = mySecretKey
; WorldCat is Optional. Worldcat offers extra features such as "Other Editions" ; This section must be filled in if you plan to use the optional WorldCat
; and the WorldCat searching. ; search module. Otherwise, it may be ignored.
;[WorldCat] ;[WorldCat]
;Your WorldCat search API key ;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 ;Your holdings symbol (usually a three-letter code) - used for excluding your
; institution's holdings from the search results. ; institution's holdings from the search results.
;OCLCCode = MYCODE ;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 ; DPLA key -- uncomment and fill in to use DPLATerms recommendations (see also
; searches.ini). ; searches.ini).
...@@ -1081,13 +1070,9 @@ hide_holdings[] = "World Wide Web" ...@@ -1081,13 +1070,9 @@ hide_holdings[] = "World Wide Web"
; record view page. ; record view page.
; ;
; Available options: ; Available options:
; Editions - Alternate editions (in the Solr index) based on WorldCat lookup
; Similar - Similarity based on Solr lookup ; Similar - Similarity based on Solr lookup
; WorldCatEditions - Alternate editions (in the WorldCat index) based on WorldCat
; lookup
; WorldCatSimilar - Similarity based on WorldCat lookup ; WorldCatSimilar - Similarity based on WorldCat lookup
related[] = "Similar" related[] = "Similar"
related[] = "Editions"
; This setting controls which citations are available; set to true for all supported ; 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 ; options (default); set to false to disable citations; set to a comma-separated list
......
...@@ -341,11 +341,6 @@ CallNumber = callnumber-sort ...@@ -341,11 +341,6 @@ CallNumber = callnumber-sort
; WorldCatIdentities ; WorldCatIdentities
; Use the WorldCat Identities API to find names and related subjects based ; Use the WorldCat Identities API to find names and related subjects based
; on the current search. ; 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: ; Available modules recommended for use in the "no results" area:
; ;
...@@ -379,7 +374,6 @@ Author[] = AuthorFacets ...@@ -379,7 +374,6 @@ Author[] = AuthorFacets
Author[] = SpellingSuggestions Author[] = SpellingSuggestions
;Author[] = WorldCatIdentities ;Author[] = WorldCatIdentities
CallNumber[] = "TopFacets:ResultsTop" ; disable spelling in this context CallNumber[] = "TopFacets:ResultsTop" ; disable spelling in this context
;Subject[] = WorldCatTerms
[NoResultsRecommendations] [NoResultsRecommendations]
CallNumber[] = SwitchQuery::wildcard:truncatechar CallNumber[] = SwitchQuery::wildcard:truncatechar
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment