Is the contains filter case-sensitive when filtering strings?

KS18
Giga Guru

Is the contains filter case-sensitive when filtering strings?

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

I dont think so it is case  sensitive while filtering strings. Are you not getting results?

Regards
Harish

View solution in original post

6 REPLIES 6

Harish KM
Kilo Patron
Kilo Patron

I dont think so it is case  sensitive while filtering strings. Are you not getting results?

Regards
Harish

Thank you very much.
Indeed, it was not case sensitive.
Is there any way to make the distinction?

What are you trying to achieve here? I dont think possible to do that by using filters.

Regards
Harish

I want to make the filter or GlireRecord case-sensitive for strings.
I used AddEncodedQuery in GlideRecord to do the extraction with "field_name=aaa", but I could also get  field_name AAA.
I would like to make it case sensitive.