Searching values in Filters not are not case insensitive

Hi,

When filters are added and we add values to search search results it is not working in case insensitive.

Below image is showing 1 row results when we search value TFE3206283
Rowsdata

same filter does return expected 1 rows on searching value tfe3206283 in lowercase
rownodata

That’s correct, the equals condition “=” is case sensitive.
The “contains” condition is not.

Can we modify “=” to works as case insensitive ?

It’s hardly possible.
Consider setting up collation in the database.