From 2a34ead21e5da91d6d54370d096e590fdc277837 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 16 Nov 2017 20:29:11 -0800 Subject: [PATCH] Docs: search scope info Signed-off-by: Jane Sandberg --- docs/admin/search_interface.adoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/admin/search_interface.adoc b/docs/admin/search_interface.adoc index 92685dc82a..eb4a4b20b6 100644 --- a/docs/admin/search_interface.adoc +++ b/docs/admin/search_interface.adoc @@ -97,4 +97,24 @@ You may also change the default number of facets appearing under each category by editing the _facet.default_display_count_ value in _config.tt2_. The default value is 5. +Facilitating search scope changes +--------------------------------- + +Users often search in a limited scope, such as only searching items in their +local library. When they aren't able find materials that meet their needs in +a limited scope, they may wish to repeat their search in a system-wide or +consortium-wide scope. Evergreen provides an optional button and checkbox +to alter the depth of the search to a defined level. + +The button and checkbox are both enabled by default and can be configured +in the Depth Button/Checkbox section of config.tt2. + +Noteworthy settings related to these features include: + +* `ctx.depth_sel_checkbox` -- set this to 1 to display the checkbox, 0 to hide it. +* `ctx.depth_sel_button` -- set this to 1 to display the button, 0 to hide it. +* `ctx.depth_sel_depth` -- the depth that should be applied by the button and +checkbox. A value of 0 would typically search the entire consortium, and 1 would +typically search the library's system. + -- 2.43.2