Skip to content

Commit

Permalink
Document recommendation module
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed Jan 31, 2025
1 parent f3788fb commit f9ce7a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/vufind/ProQuestFSG.ini
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,11 @@ view=full
; documentation on options for different adapters.
; ttl, Time to Live, i.e. cache entry life time in seconds. 300 seconds by default.
;options[ttl] = 300

; This example section provides filters for the ProQuestFSGResults recommendation
; module. The section name is specified in the recommendation module config.
; [ProQuestFSGResultsDissertationsFilter]

; Filters are defined as in [RawHiddenFilters] in order to handle more complex
; filter combinations.
; 0 = "Databases:pqdtglobal1"
5 changes: 5 additions & 0 deletions config/vufind/searches.ini
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ WorkKeys = year
; OpenLibrarySubjectsDeferred:[GET parameter]:[limit]:[date filter]:[Subject types]
; The same as OpenLibrarySubjects but uses AJAX to make the API calls after the
; main result set has loaded
; ProQuestFSGResults:[GET parameter]:[result limit]:[custom heading]:[filter ini section]:[sort]
; Display ProQuestFSG search results matching. See CatalogResults above for parameter
; definitions. The [filter ini section] parameter refers to a section in ProQuestFSG.ini.
; ProQuestFSGResultsDeferred:[GET parameter]:[result limit]:[custom heading]:[filter ini section]:[sort]
; Same as ProQuestFSGResults, but loaded via AJAX.
; RandomRecommend:[backend]:[limit]:[display mode]:[random mode]:[minimumset]
; :[facet1]:[facetvalue1]:[facet2]:[facetvalue2]:...:[facet-n]:[facetvalue-n]
; This module offers random records either from the whole backend or within
Expand Down

0 comments on commit f9ce7a2

Please sign in to comment.