When enabling filtering is there any way to add additional operators to the various types strings, numbers, dates, booleans and provide custom filter function code.
e.g. string currently has the following
Is equal to
Is not equal to
Starts with
Contains
Does not contain
Ends with
Can I add something along the lines of Sounds like option with a function which performs the actual soundex based comparison?
e.g. string currently has the following
Is equal to
Is not equal to
Starts with
Contains
Does not contain
Ends with
Can I add something along the lines of Sounds like option with a function which performs the actual soundex based comparison?