Hi!
We already have the following Filter methods,
.eq() => equals to
.ne() => not equal to
.startsWith() => begins with
.matches() => exact value
Can we have method to search for string which contains a string value?
For instance, if a string like Appletogether, searching for toget is true.
I have not seen the method for that.