From 2260b3e4a3facec7166b6124fe5403ea7ccc56d7 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Thu, 12 Mar 2015 13:05:34 -0400 Subject: [PATCH] Added note about or facets / default filters. --- config/vufind/searches.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/vufind/searches.ini b/config/vufind/searches.ini index 040343fa8b8..a19f2bb2df2 100644 --- a/config/vufind/searches.ini +++ b/config/vufind/searches.ini @@ -71,6 +71,10 @@ retain_filters_by_default = true ; The filters listed below will be applied to all new searches by default. Omit ; this setting to have no default filters applied. These differ from hidden ; filters because they are visible in the UI and may be removed by the user. +; +; NOTE: If you are setting a default filter on a field that is used for OR +; facets (see the orFacets setting in facets.ini), be sure to prefix the field +; name with a tilde (~)... e.g. "~format:Book" ;default_filters[] = "format:Book" ;default_filters[] = "institution:MyInstitution" -- GitLab