[Koha-bugs] [Bug 14457] Integrate LIBRIS spellchecking

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 7 18:23:41 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14457

Eivin Giske Skaaren <eivin at sysmystic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40816|0                           |1
        is obsolete|                            |

--- Comment #10 from Eivin Giske Skaaren <eivin at sysmystic.com> ---
Created attachment 40827
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40827&action=edit
Bug 14457: Integrate LIBRIS spellchecking

This patch makes it possible to configure LIBRIS spellchecker as a
"did you mean" feature. When searching for a word or phrase and misspelling
the query will be sent to LIBRIS and if they have a suggestion it will
be shown in the yellow did you mean box in the results page.

The API is not very quick so this type of implementation was chosen to not
disrupt the real-time feeling of the search.

To test:

1. Apply the patch.
2. Go to http://api.libris.kb.se/bibspell/, enter the koha servers IP and click
on the "Generera nyckel" button.
3. Under "Nyckel" you can copy the value that looks like this:
E47B44829E265607274B677BC17B8D78,
and enter it into the LibrisKey syspref
(cgi-bin/koha/admin/preferences.pl?tab=searching).
4. In cgi-bin/koha/admin/didyoumean.pl check the box for using the LIBRIS API.
It is only implemented for OPAC.
5. Perform some searches:
tset - Did you mean should suggest: test
jeg är på smester - suggestion: jag är på semester
dantes inferna - suggestion: dantes inferno

Restored opac-search.pl

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list