LP#1487527: turn consortium-wide search scope on by default
authorKathy Lussier <klussier@masslnc.org>
Thu, 5 Nov 2015 18:06:41 +0000 (13:06 -0500)
committerBen Shum <bshum@biblio.org>
Thu, 5 Nov 2015 18:41:16 +0000 (13:41 -0500)
Turn the consortium-wide search scope features on by default. Release Notes
have been updated accordingly.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/parts/config.tt2
docs/RELEASE_NOTES_NEXT/OPAC/depth_toggle.txt

index e129519..47df01b 100644 (file)
@@ -174,14 +174,14 @@ ctx.google_books_preview = 0;
 # 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
index 37b0643..8a3153a 100644 (file)
@@ -5,5 +5,5 @@ 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.
+This feature can be turned off from config.tt2.