feed Creator

hello,
i’m trying to use &strip_if_text=saison to remove all items does contain the word saison but it’s case sensitive. it mean it doesn’t remove words “Saison” cause S is uppercase. any solution to remove word with uppercase and lowercase letters.

thank you in advance

Thanks for this report. We’ll try to make sure it’s a case insensitive match in the next update. For now, you can supply the strip_if_text parameter multiple times, like so:

&strip_if_text[]=saison&strip_if_text[]=Saison

Not ideal, but might have to do until the next release.