[Koha-patches] [PATCH] Bug 9107: Remove the obsolete DidYouMeanFromAuthorities syspref

Jared Camins-Esakov jcamins at cpbibliography.com
Mon Nov 19 17:33:07 CET 2012


Even though the DidYouMeanFromAuthorities syspref was replaced by a "Did
You Mean?" configuration page, the syspref was showing up in the
syspref editor on the Searching tab.
---
 .../en/modules/admin/preferences/searching.pref    |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
index 0b9e3cb..7b99173 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
@@ -58,12 +58,6 @@ Searching:
                   no: "Not using"
             - 'ICU Zebra indexing. Please note: This setting will not affect Zebra indexing, it should only be used to tell Koha that you have activated ICU indexing if you have actually done so, since there is no way for Koha to figure this out on its own.'
         -
-            - pref: DidYouMeanFromAuthorities
-              default: 0
-              choices:
-                  yes: Suggest
-                  no: "Don't suggest"
-            - alternate searches based on data in the authority file.
             - pref: IncludeSeeFromInSearches
               default: 0
               choices:
-- 
1.7.9.5


More information about the Koha-patches mailing list