From e2b10385d17fbcc699d64e9a9151e31d46fa7bf8 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 6 Jul 2020 12:35:01 -0400 Subject: [PATCH] Remove unsupported setting; add clarifying comments. --- config/vufind/EDS.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config/vufind/EDS.ini b/config/vufind/EDS.ini index 5eab9bf26bd..27393fd7cd8 100644 --- a/config/vufind/EDS.ini +++ b/config/vufind/EDS.ini @@ -146,13 +146,12 @@ showMore[*] = 6 ; Rows and columns for table used by top facets top_rows = 2 top_cols = 3 -; Should we show "exclude" links for some or all of the facets? Set to * for -; all facets, use a comma-separated list to show for some of the facets, set -; to false or omit to disable "exclude" links -;exclude = * ; Should we OR together facets rather than ANDing them? Set to * for ; all facets, use a comma-separated list to apply to some of the facets, set ; to false or omit to disable ORed facets. +; NOTE: In EDS, facet behavior is controlled through the EBSCO admin panel, +; but you should configure this setting to match the EBSCO settings so that +; VuFind displays match actual behavior. ;orFacets = * ; These settings affect the way the facets are displayed -- GitLab