Skip to content

Commit

Permalink
Revise TopRecommendations config defaults.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Feb 4, 2025
1 parent 05718cd commit 5474bf8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/vufind/searches.ini
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,13 @@ WorkKeys = year
;Subject[] = OpenLibrarySubjectsDeferred:lookfor:5:true:topic,place,person,time

[TopRecommendations]
Author[] = AuthorFacets
Author[] = SpellingSuggestions
CallNumber[] = "TopFacets:ResultsTop" ; disable spelling in this context
; You can uncomment the following lines to replace default TopFacets recommendations
; with a list of matching author names when users perform an Author search:
;Author[] = AuthorFacets
;Author[] = SpellingSuggestions
; We override the CallNumber settings here to exclude SpellingSuggestions, which are
; not relevant in the context of a call number search.
CallNumber[] = "TopFacets:ResultsTop"
; Do not show top recommendations for the Versions (WorkKeys) search by default
WorkKeys[] = false

Expand Down

0 comments on commit 5474bf8

Please sign in to comment.