diff options
author | ivan <ivan> | 2002-03-18 19:40:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-18 19:40:53 +0000 |
commit | d6b3ef73dad849de63c61472f00732e301482d13 (patch) | |
tree | 7cfd0568f2012f9b4f4aefc8c70a3cfdd77f386c /httemplate/search/cust_main-quickpay.html | |
parent | f7e1679114d88fcb8499aafb5386616c93a7c9ee (diff) |
update quickpay for current search capabilities
Diffstat (limited to 'httemplate/search/cust_main-quickpay.html')
-rwxr-xr-x | httemplate/search/cust_main-quickpay.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/httemplate/search/cust_main-quickpay.html b/httemplate/search/cust_main-quickpay.html index 3f0ba0412..9f39db914 100755 --- a/httemplate/search/cust_main-quickpay.html +++ b/httemplate/search/cust_main-quickpay.html @@ -12,14 +12,18 @@ <INPUT TYPE="checkbox" NAME="last_on" CHECKED> Search for <B>last name</B>: <INPUT TYPE="text" NAME="last_text"> using search method: <SELECT NAME="last_type"> - <OPTION SELECTED>Fuzzy + <OPTION SELECTED>All + <OPTION>Fuzzy + <OPTION>Substring <OPTION>Exact </SELECT> <P><INPUT TYPE="checkbox" NAME="company_on" CHECKED> Search for <B>company</B>: <INPUT TYPE="text" NAME="company_text"> using search methods: <SELECT NAME="company_type"> - <OPTION SELECTED>Fuzzy + <OPTION SELECTED>All + <OPTION>Fuzzy + <OPTION>Substring <OPTION>Exact </SELECT> @@ -29,7 +33,9 @@ <HR>Explanation of search methods: <UL> + <LI><B>All</B> - Try all search methods. <LI><B>Fuzzy</B> - Searches for matches that are close to your text. + <LI><B>Substring</B> - Searches for matches that contain your text. <LI><B>Exact</B> - Finds exact matches only, but much faster than the other search methods. </UL> </BODY> |