Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
This patch uses the version number of the Koha database to
dynamically generate links from help to the appropriate version
of the manual.

Test plan (for 3.15 branch):
- Open a help page
- Verify the manual link is correct (point to 3.14 manual)
- change the version in mysql:
update systempreferences set value="3.1600000" where variable="version";
- Verify the manual link now points to the future 3.16 manual.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

Tested on top of Bug 10671
On master (BD version 3.13.xxx) help links point to 3.12 manual
Changing version to 3.14/15 points to 3.14 manual
Changing version to 3.16 points to the future :)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2013-11-23 19:30:16 +00: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://manual.koha-community.org/[% helpVersion %]/en/additionaladmin.html#didyoumean">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]