Is quicksearch case sensitive yet ?

I’ve a form grid editable view.

everything is working perfect, and I’ve last SC release.

how ever, quick search is case sensitive!

I’ve tried do a search directly in database (mysql), doing something like this
SELECT * from My_Table where My_field="%some_string%";

and works perfecly , and found text in case insensitive way.

Why quick search works in Case sensitive way?

Also , I’ve read this post http://www.scriptcase.net/forum_en_us/index.php?topic=5608
and seems not resolved yet.

thank you.
andres

Re: Is quicksearch case sensitive yet ?

Hello mac86,

As I stated on the other topic, the search will retrieve results according to your collation, if it is case sensitive or not.

You can see the SQL statement that SC is generating by activating the Debug Mode, on Application --> Settings.

regards,
Bernhard Bernsmann

Re: Is quicksearch case sensitive yet ?

thank you Bernhard