merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha.git] / koha-tmpl / intranet-tmpl / default / en / help / search.marc / search.tmpl
1 <!-- TMPL_INCLUDE NAME="help-top.inc" -->
2         <h1>Search</h1>
3         <p>The search id divided in 2 differents parts :</p>
4         <h2>Usual fields</h2>
5         <p>The usual fields are in the top part of the screen. They contains :</p>
6                 <ul>
7                         <li>Keyword : search on anything</li>
8                         <li>Title</li>
9                         <li>Author</li>
10                         <li>Barcode : the library barcode of the book</li>
11                         <li>Dewey</li>
12                         <li>Call number</li>
13                         <li>ISBN</li>
14                         <li>Item type : select here an item type. If none is selected, the search is done on every item type</li>
15                         <li>Branch : select here a specific branch. If none selected, the search is done on every branch</li>
16                 </ul>
17         <p>Search method</p>
18                 <ul>
19                         <li>If you enter values in more than 1 field, the search is "and-ed" (biblios that contains <b>title</b> AND <b>author</b>)</li>
20                         <li>A biblio is selected if it's field <b>contains</b> the term you entered</li>
21                         <li>If you enter a * (or a %) at the end of a term, Koha search for words starting with your term (entering <b>lower*</b> means : find biblio that have a <b>title containing a word starting by lower</b></li>
22                 </ul>
23         <h2 class="catalogue">Complete MARC search</h2>
24         <p>In the lower part of the search screen, the <b>More fields</b> box let you enter whatever you want : and, or, exclusions (not), search on any MARC field/subfield</p>
25         
26         <p><b>IMPORTANT NOTE : </b>for performance reasons, the * is valid only if you enter a word more than 3 letters long. for words of 3 letters or less, the * is <b>ignored</b></p>
27         <br/>
28 <!-- TMPL_INCLUDE name="help-bottom.inc" -->