Hi, does anyone has good example codes of overriding CompareFilter or its subclass? The reason I want to do that is because CompareFilter has limited operators. I am trying to add a new operator similar to String.indexOf(String str) so that I can filter out rows. Thanks!
