cancel
Showing results for 
Search instead for 
Did you mean: 

OVS filter Issue

Former Member
0 Kudos

Hi All,

The filter on my OVS is case sensitive. Is there any way to make it case insenstive.

Regards,

Himanshu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can "overwrite" your Input while executing onQuery method. All you have to do is access your queryInputNodeElement, find your property, do a toUpperCase() on it. Do the same in the backend system (Query), so you compare both values as uppercased Strings.

Hope it helps,

Daniel

Former Member
0 Kudos

Hi Daniel,

Perhaps I have phrased my Query wrong.

The table filter used on the results table on the OVS is case sensitive. It is this I want to make case sensitive.

I understand that its inbuilt but can it be tweaked?

Regards,

Himanshu

Edited by: Himanshu K on Jan 13, 2010 10:47 AM