3 <TITLE>Customer Search</TITLE>
5 <BODY BGCOLOR="#e8e8e8">
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">
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">
29 <P><INPUT TYPE="submit" VALUE="Search"> Note: Fuzzy searching can take a while. Please be patient.
33 <HR>Explanation of search methods:
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.