[% USE raw %]
[% USE Asset %]
[% SET footerjs = 1 %]
[% BLOCK pluginlist %]
[% FOREACH plugin IN plugins %]
[% IF plugin.enabled %][% ELSE %][% END %]
[% SWITCH plugin.name %]
[% CASE 'AuthorityFile' %]
Suggest authorities which are relevant to the term the user searched for.
[% CASE 'ExplodedTerms' %]
Suggest that patrons expand their searches to include
broader/narrower/related terms.
[% CASE 'LibrisSpellcheck' %]
Use the LIBRIS spellcheck API.
[% END %]
[% END %]
[% END %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Administration › Did you mean?
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'prefs-admin-search.inc' %]
Please put the 'Did you mean?' plugins in order by significance, from
most significant to least significant, and check the box to enable those
plugins that you want to use.
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/admin-menu.js") | $raw %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]