There are already filter comparison for == for equality, != for inequality etc.
But what about LIKE type (acts like sql LIKE keyword).
for example, If the given value is "mon", it'll find any words that have that 3 character in sequence (e.g. monday, monster)
There are already filter comparison for == for equality, != for inequality etc. But what about LIKE type (acts like sql LIKE keyword). for example, If the given value is "mon", it'll find any words that have that 3 character in sequence (e.g. monday, monster)