3927efec1c6728de05fa3b77816c8045aa951be0
[irspy-moved-to-github.git] / web / htdocs / help / find.html
1   <p>
2    Fill in as many search critera as you like, then press the
3    <b>Search</b> button.
4   </p>
5   <p>
6    If you don't fill in any fields, all registered targets will be found.
7   </p>
8   <p>
9    Each search term that you enter is a CQL fragment.  This means:
10   </p>
11   <ul class="gappy">
12    <li>They can use boolean operators: for example, a title search
13         could be for
14         <a href="#" onclick="sendOpener(
15         '/find.html?dc.title=state+or+national&amp;_search=Search'
16         )"><tt>state or national</tt></a>
17    </li>
18    <li>They can use the standard wildcard characters: <tt>?</tt> for
19         any single character and <tt>*</tt> for any run of zero or
20         more characters.  For example, a hostname search of
21         <a href="#" onclick="sendOpener(
22         '/find.html?net.host=*indexdata*&amp;_search=Search'
23         )"><tt>*indexdata*</tt></a>
24         would find all services hosted on Index Data machines.
25    </li>
26   </ul>
27   <p>
28    For more detailed information, see
29    <a href="http://zing.z3950.org/cql/intro.html" target="_blank"
30         >the CQL tutorial</a>
31   </p>