Hello,
I’m trying to create a ‘by_value’ filter for ‘Apple’ with the Filters plugin API, but the table is empty, however I know that there is at least one matching row.
As I discovered the plugin’s addFormula method transforms the strings given in the 3rd parameter to lowercase, but the formula function is case sensitive so there will be no match ever.
It would be great, if the case sensitivity could be set by the formula, and the lowercase transforming could be disabled.
Thanks
David