Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt
Katrin Fischer 6c1092396a Bug 20706: Adds en language code to the links to the manual
As we don't have a fix yet to link to the right translated manual,
this adds /en to the links from the help files to the manual to
make them work again.

Check with both patches applied, that the links work.
You will have to change 17.11 to 18.05.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-05-16 11:31:14 -03:00

22 lines
1.4 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Did you mean?</h1>
<p>Koha can offer 'Did you mean?' options on searches based on values in your authorities.</p>
<p style="color: #990000;">Important Did you mean? only works in the OPAC at this time. The Intranet options are here for future development.</p>
<p>Using this page you can control which options Koha gives patrons on their search results.</p>
<p>To turn on the 'Did you mean?' bar on your search results you need to check the box next to each plugin you would like to use. The two plugins you have to choose from are:</p>
<ul>
<li>The ExplodedTerms plugin suggests that the user try searching for broader/narrower/related terms for a given search (e.g. a user searching for "New York (State)" would click the link for narrower terms if they're also interested in "New York (City)"). This is only relevant for libraries with highly hierarchical authority data.</li>
<li>The AuthorityFile plugin searches the authority file and suggests the user might be interested in bibs linked to the top 5 authorities</li>
</ul>
<p>If you want one plugin to take priority over another you simply drag it above the other.</p>
<p><strong>See the full documentation for the Did you mean? feature in the <a href="http://koha-community.org/manual/[% helpVersion %]/en/html/administration.html#did-you-mean?">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]