<?xml version="1.0" encoding="ISO-8859-1"?>

<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"

"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- filename: find-c -->

<title>&f-base - Expert Search</title>
<include>meta-tags


<include>include-stylesheets

</head>

<body>

<include>head-1

<form method="get"
    class="searchform"
    name="form1"
    id="cclsearch"
    action="&server_f">
	<p>
		<input type="hidden" name="func" value="find-c" />
		<label for="C1">Type search statement:</label><br />
		<input id="C1" name="ccl_term" value="" />
		<input type="submit" value="Go" />
	</p>
</form>



<h3>Examples</h3>
<dl>

<dt>Keyword: wrd </dt>
<dd>WRD=math logic</dd>

<dt>Exact Title: ttl </dt>
<dd>TTL=life of hope</dd>

<dt>Author keyword: wau </dt>
<dd>WAU=david hume</dd>

<dt>Codes</dt>
<dd><a href="&server_f?func=file%26file_name=help-codes">Field codes</a></dd>
<dd><a href="&server_f?func=file%26file_name=help-location">Location codes</a></dd>
</dl>


<h3>Expert Search Tips</h3>

<dl>

<dt>Any number : ? </dt>
<dd>m?d= mad, mankind, mold, etc. </dd>

<dt>Single optional  : # </dt>
<dd>harbo#r=harbour, harbor</dd>

<dt>Single required : ! </dt>
<dd>wom!n= women, woman. </dd>

<dt>Truncation : ? </dt>
<dd>flor? = flora, florence, florid, etc</dd>

<dt>Strict Adjacency :  ! </dt>
<dd>north !1 dakota = "north dakota"</dd>

<dt>Loose Adjacency : % </dt>
<dd>book %1 culture = "book culture" or "culture book"</dd>
</dl>


<include>copyrights


</body>
</html>



