From b0a0196f77a4cb38094558b0471f2105acba40b2 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 23 Mar 2020 07:59:23 -0400 Subject: [PATCH] Fix .ini comment to reflect changed behavior. --- config/vufind/EDS.ini | 6 +++--- config/vufind/Primo.ini | 6 +++--- config/vufind/Summon.ini | 6 +++--- config/vufind/searches.ini | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/config/vufind/EDS.ini b/config/vufind/EDS.ini index 0f98a8b23cf..5d02f5db9c8 100644 --- a/config/vufind/EDS.ini +++ b/config/vufind/EDS.ini @@ -32,9 +32,9 @@ default_side_recommend[] = SideFacets:Facets:CheckboxFacets:EDS default_noresults_recommend[] = SwitchType default_noresults_recommend[] = RemoveFilters -; When you filter a search using facets, VuFind will present a checkbox that can -; be used to apply those filters to the next search you perform. This setting -; controls its default state: on (true) or off (false). +; When you filter a search using facets, should VuFind retain your current filters +; on the next search and provide a reset button to clear them (true), or should it +; always perform new searches unfiltered (false)? retain_filters_by_default = true ; This is the timeout in seconds when communicating with the EDS server. diff --git a/config/vufind/Primo.ini b/config/vufind/Primo.ini index 5d662f863d9..9b0752bb744 100644 --- a/config/vufind/Primo.ini +++ b/config/vufind/Primo.ini @@ -47,9 +47,9 @@ default_noresults_recommend[] = RemoveFilters ; the Primo API bulkSize = 20 -; When you filter a search using facets, VuFind will present a checkbox that can -; be used to apply those filters to the next search you perform. This setting -; controls its default state: on (true) or off (false). +; When you filter a search using facets, should VuFind retain your current filters +; on the next search and provide a reset button to clear them (true), or should it +; always perform new searches unfiltered (false)? retain_filters_by_default = true ; The filters listed below will be applied to all new searches by default. Omit diff --git a/config/vufind/Summon.ini b/config/vufind/Summon.ini index d703c0e8224..ed878a19d13 100644 --- a/config/vufind/Summon.ini +++ b/config/vufind/Summon.ini @@ -65,9 +65,9 @@ highlighting = true ; available. snippets = true -; When you filter a search using facets, VuFind will present a checkbox that can -; be used to apply those filters to the next search you perform. This setting -; controls its default state: on (true) or off (false). +; When you filter a search using facets, should VuFind retain your current filters +; on the next search and provide a reset button to clear them (true), or should it +; always perform new searches unfiltered (false)? retain_filters_by_default = true ; The filters listed below will be applied to all new searches by default. Omit diff --git a/config/vufind/searches.ini b/config/vufind/searches.ini index 931c31fc257..94510ff3d20 100644 --- a/config/vufind/searches.ini +++ b/config/vufind/searches.ini @@ -85,9 +85,9 @@ highlighting = true ; For control over snippet captions, see the [Snippet_Captions] section below. snippets = true -; When you filter a search using facets, VuFind will present a checkbox that can -; be used to apply those filters to the next search you perform. This setting -; controls its default state: on (true) or off (false). +; When you filter a search using facets, should VuFind retain your current filters +; on the next search and provide a reset button to clear them (true), or should it +; always perform new searches unfiltered (false)? retain_filters_by_default = true ; The filters listed below will be applied to all new searches by default. Omit -- GitLab