View | Details | Raw Unified | Return to bug 8945
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/didyoumean.tt (-1 / +22 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>Did you mean?</h1>
4
5
<p>Koha can offer 'Did you mean?' options on searches based on values in your authorities.</p>
6
7
<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>
8
9
<p>Using this page you can control which options Koha gives patrons on their search results.</p>
10
11
<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>
12
13
<ul>
14
	<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>
15
	<li>The AuthorityFile plugin searches the authority file and suggests the user might be interested in bibs linked to the top 5 authorities</li>
16
</ul>
17
18
<p>If you want one plugin to take priority over another you simply drag it above the other.</p>
19
20
<p><strong>See the full documentation for the Did you mean? feature in the <a href="http://manual.koha-community.org/3.10/en/additionaladmin.html#didyoumean">manual</a> (online).</strong></p>
21
22
[% INCLUDE 'help-bottom.inc' %]

Return to bug 8945