I migrate from J3 to J4, and articleanywhere 14.2.0 in j3 to 15.0.2 in J4
Before in J3/articleanywhere 14.2.0 this run :
{articles catid="185" tags="classements" ordering="created DESC" limit="4" }{if '2023' in tags && first}[link][title][/link][introtext][fulltext]{/if}{if '2023' in tags && !first}[link][title][/link]{/if}{/articles}
In j4/articleanywhere 15.0.2 this don't run and i have a lot of articles with this kind of tag.
For running i must put the in statement in uppercase (only the in, not the if, tags, limit, etc... !)
{articles catid="185" tags="classements" ordering="created DESC" limit="4" }{if '2023' IN tags && first}[link][title][/link][introtext][fulltext]{/if}{if '2023' IN tags && !first}[link][title][/link]{/if}{/articles}
Is it possible to continue to acces lower and uppercas for the in option ?