This topic is locked

Not case sensitive search

6/2/2004 9:32:19 AM
ASPRunnerPro General questions
author

the search is case sensitive. can I change it?
Thanks

Sergey Kornilov admin 6/3/2004

You will need to modify SQL query for search to convert all fields and values to lower case for this purpose. Take a look at function StrWhere in include/aspfunctions.asp file. This is the function that you need to change.