Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / items_search_fields.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Item search fields help</h1>
4
5 <p>From here you can add custom search fields to the item search option in the staff client.</p>
6
7 <p>To add a new search term simply fill in the 'Add a new field' area:</p>
8
9 <ul>
10 <li>Name is a field for you to identify the search term</li>
11
12 <li>Label is what will appear on the item search page</li>
13
14 <li>MARC field allows you to pick which field you'd like to search in</li>
15
16 <li>MARC subfield is the subfield you'd like to search in</li>
17
18 <li>Authorised values category can be used to turn this search field in to a pull down instead of a free text field</li>
19 </ul>
20
21 <p>Once your new field is added it will be visible at the top of this page and on the item search page</p>
22
23 <p><strong>See the full documentation for Item search fields in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/administration.html#item-search-fields">manual</a> (online).</strong></p>
24
25 [% INCLUDE 'help-bottom.inc' %]