Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/stopwords.tt
Nicole C. Engard 72f98b94d6 Bug 6966: Admin Help Files
This patch updates help files in the admin folder. It removes
two files that aren't used anymore and adds links to the manual
for all files that weren't edit in patches for bug 6942.
2011-10-08 20:00:48 +13:00

17 lines
845 B
Text

[% INCLUDE 'help-top.inc' %]
<h1>Stop Words</h1>
<p style="color: #990000">Important: If NoZebra is set to 'Use' this option will not appear on the administration menu</p>
<p>Stop words are words that you want the search system to ignore.</p>
<p>Koha comes with a standard list of stop words that can be edited by visiting the Stop Word administration area.</p>
<p>To add a new stop word to the list, click the 'New Stop Word' button and add the word you'd like ignored</p>
<p style="color: #990000">Important: If you change something in this table, ask your administrator to run misc/batchRebuildBiblioTables.pl script.</p>
<p><strong>See the full documentation for Stop Words in the <a href="http://manual.koha-community.org/3.6/en/additionaladmin.html#stopwordsadmin">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]