Restore namazu template files.
[mharc.git] / cgi-bin / template / NMZ.tips.in.dist
CommitLineData
bfab7d84
IK
1<h2><a name="tips">Tips on searching</a></h2>
2
3<p>
4If you have trouble with searching, you can check the following tips.
5</p>
6
7<ul>
8<li>Check a spelling of your keyword<br>
9Namazu can't find anything with wrong spelling.
10
11<li>Add keywords<br>
12
13If you gained no results or too few results, you can add one
14or more related keywords with <code
15class="operator">or</code> operator. It makes your search
16more hittable. e.g., <br>
17<code class="example">tex or ptex or latex or latex2e</code><br>
18
19If you gaind too many results, you can add one or more
20related keywords with <code class="operator">and</code>
21operator. It makes your search more limited. e.g., <br>
22<code class="example">latex and dvi2ps and eps</code>
23
24<li>Try substring matching<br>
25
26If you gained no results or too few results, you can try
27substring matching.
28
29You can specify <code class="example">tex*</code> to
30search for terms which begin with
31<code>tex</code> (e.g., <code>tex</code>,
32<code>texi2html</code>,
33<code>texindex</code>, <code>text</code>).
34<br>
35
36You can specify <code class="example">*tex</code> to
37search for terms which terminated with <code>tex</code> (e.g.,
38<code>bibtex</code>,
39<code>jlatex</code>, <code>latex</code>,
40<code>platex</code>, <code>ptex</code>, <code>vertex</code>).
41<br>
42
43You can specify <code class="example">*tex*</code> to
44search for terms which contain <code>tex</code> (many).
45<br>
46
47<li>You tried phrase searching but it hit documents which
48didn't contain your phrase.<br>
49
50It's a defect of Namazu. Precision of phrase searching is
51not 100 %, so it cause wrong results occasionally.
52
53<li>You want to use <code class="operator">and</code>,
54<code class="operator">or</code> or <code
55class="operator">not</code> as ordinary keywords<br>
56You can surround them respectively with double quotes like <code
57class="operator">"..."</code> or braces like <code
58class="operator">{...}</code>.
59
60</ul>