# Depth Button/Checkbox
# Recommendation: Do not enable button for basic search without enabling the
# checkbox for the results page
-ctx.depth_sel_checkbox = 1; # Results Page Checkbox Toggle
-ctx.depth_sel_button = 1; # Basic Search Submit Button
-ctx.depth_sel_depth = 0; # Depth to set to
-ctx.depth_sel_button_label = l('All Libraries');
-ctx.depth_sel_button_class = 'opac-button';
-ctx.depth_sel_checkbox_label = l('Show results from all libraries');
-ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.');
-ctx.depth_sel_resultshint = l('Showing results from all libraries');
+#ctx.depth_sel_checkbox = 1; # Results Page Checkbox Toggle
+#ctx.depth_sel_button = 1; # Basic Search Submit Button
+#ctx.depth_sel_depth = 0; # Depth to set to
+#ctx.depth_sel_button_label = l('All Libraries');
+#ctx.depth_sel_button_class = 'opac-button';
+#ctx.depth_sel_checkbox_label = l('Show results from all libraries');
+#ctx.depth_sel_tooltip = l('Select this option to expand your results to all libraries while retaining the priority of your selected library\'s holdings.');
+#ctx.depth_sel_resultshint = l('Showing results from all libraries');
##############################################################################
# Metarecords configuration
--- /dev/null
+Search Scope Depth Selection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+A common usage of the catalog is to do a search in a restricted scope,
+like a local library. When the results are lacking, the search is repeated in a
+consortium-wide scope. This feature provides an optional button and checkbox
+to alter the depth of the search to a defined level.
+
+This feature can be turned on from config.tt2.
+