Case insensitive not work

QuestionsCase insensitive not work
Samsun asked 9 years ago

Hey Mr ABu,

I use version 1.5.2 and Oracle, i have problem when my column's type is autocomplete.
$col = array();
$col["title"] = "Employee Name";
$col["dbname"] = "MASTER_EMPLOYEE.NAME"; // this is required as we need to search in name field, not id
$col["width"] = "100";
$col["align"] = "left";
$col["search"] = true;
$col["searchoptions"]["sopt"] = array("cn");
$col["editable"] = true;
$col["formatter"] = "autocomplete"; // autocomplete

how to search case insensitive?

Regard,
Samsu

2 Answers
Abu Ghufran answered 9 years ago

Emailed you an update

Giuseppe Borgobello answered 9 years ago

Hi,
I have the same problem ….
My version is 1.5.2 20140503-2240

Thanks

Giuseppe

Your Answer

1 + 4 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?