add history tables to field change upgrade instructions, add hints for pre-5.6 perl...
[freeside.git] / httemplate / search / cust_main.html
1 <HTML>
2   <HEAD>
3     <TITLE>Customer Search</TITLE>
4   </HEAD>
5   <BODY BGCOLOR="#e8e8e8">
6     <FONT SIZE=7>
7       Customer Search
8     </FONT>
9     <BR><BR>
10     <FORM ACTION="cust_main.cgi" METHOD="post">
11       <INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>: 
12       <INPUT TYPE="text" NAME="last_text">
13       using search method: <SELECT NAME="last_type">
14         <OPTION SELECTED>All
15         <OPTION>Fuzzy
16         <OPTION>Substring
17         <OPTION>Exact
18       </SELECT>
19
20       <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: 
21       <INPUT TYPE="text" NAME="company_text">
22       using search methods: <SELECT NAME="company_type">
23         <OPTION SELECTED>All
24         <OPTION>Fuzzy
25         <OPTION>Substring
26         <OPTION>Exact
27       </SELECT>
28
29       <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while.  Please be patient.
30
31     </FORM>
32
33   <HR>Explanation of search methods:
34   <UL>
35     <LI><B>All</B> - Try all search methods.
36     <LI><B>Fuzzy</B> - Searches for matches that are close to your text.
37     <LI><B>Substring</B> - Searches for matches that contain your text.
38     <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods.
39   </UL>
40   </BODY>
41 </HTML>
42