I want to create case insensitivity, there is no way to override how value is matched like name ~= "NN" I want to find "nn" too.
Would be cool either to be able to override the searched string so I can make it lowercased. I can make customProp to lowerCase stuff that is a string.
I want to create case insensitivity, there is no way to override how value is matched like
name ~= "NN"I want to find "nn" too.Would be cool either to be able to override the searched string so I can make it lowercased. I can make customProp to lowerCase stuff that is a string.