 |

Marleen
New User
Feb 6, 2004, 3:12 PM
Post #1 of 2
(2922 views)
Shortcut
|
Here's an easy question... is the search engine sensitive to caps?
|
|
|  |
 |

Eric
Product Specialist

Feb 6, 2004, 5:10 PM
Post #2 of 2
(2918 views)
Shortcut
|
Hi Marleen, Thank you for the forum post . I did a quick test to be sure, and just as I thought, search engine is by default case insensitive. So "Sonic" will give you the same results as "sonic". If you want users to determine whether they want to do a case sensitive or case insensitive search, you can do so by adding the following HTML code inside the search <form> tag: <select name="case_sensitive"> <option value="1">case sensitive</option> <option value="0" selected>case insensitive</option> </select> I hope this helps. If you have other questions please let me know. Cheers, Eric Lau - Product Specialist support@interactivetools.com
(This post was edited by Eric on Feb 6, 2004, 5:29 PM)
|
|
|  |
|