https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43336

            Bug ID: 43336
           Summary: Remove support for LibrisSpellcheck
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

The Swedish National Library has discontinued the "bibspell" API that used to
live at http://api.libris.kb.se/bibspell/ on which the LibrisSpellcheck feature
was built, so we need to remove this feature from Koha. 

This should include at least: 
- The code
- The sysprefs LibrisKey and LibrisURL
- Settings for LibrisSpellcheck in the syspref OPACdidyoumean 

MariaDB [koha_kohadev]> select * from systempreferences where variable =
'opacdidyoumean'\G
*************************** 1. row ***************************
   variable: OPACdidyoumean
      value: [{ "name": "AuthorityFile"}, { "name": "ExplodedTerms"}, { "name":
"LibrisSpellcheck"}]
    options: NULL
explanation: Did you mean? configuration for the OPAC. Do not change, as this
is controlled by /cgi-bin/koha/admin/didyoumean.pl.
       type: Free

$ grep -rn LibrisSpell *
Koha/SuggestionEngine/Plugin/LibrisSpellcheck.pm:1:package
Koha::SuggestionEngine::Plugin::LibrisSpellcheck;
Koha/SuggestionEngine/Plugin/LibrisSpellcheck.pm:27:    return
'LibrisSpellcheck';
Koha/SuggestionEngine/Plugin/LibrisSpellcheck.pm:68:Koha::SuggestionEngine::Plugin::LibrisSpellcheck
koha-tmpl/intranet-tmpl/prog/en/modules/admin/didyoumean.tt:24:                
   [% CASE 'LibrisSpellcheck' %]

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to