Hi Peter,
I updated a website from J3 to J4, in which I inserted several thousand articles with the syntax {article title="XXX"}{text}{/article} with "Articles Anywhere". Unfortunately, "article title" no longer works, not even if I want to insert a new one with the button, it only works via "article id". What could that be? Many thanks for the help.
It should work just fine with the title attribute.
So not sure what you are running into.
Also make sure the Data Tag Characters setting in the Articles Anywhere system plugin is set to what you are actually using.
I see you are using '{text}' instead of '[text]'. So make sure it is set to use the curly braces of your syntax.
Thanks for the answer, I checked everything, the syntax is correct, I bought the pro version to rule out any errors. It works with "ID" but not with "TITLE". Further information under "confidential"...
Sorry, next problem with my update, I want to use DB Replacer (pro if it works) to change the old syntax to the new one, but when i use the syntax you wrote in the documentation ( "Search:" (\{article(?:-[a-z0-9-_]+)?) ([^\}"]+)\} "Replace" \1 title="\2"} ) I get "no search results".
I am not sure why your database is complaining about certain syntaxes in the Regular Expressions... it shouldn't.
However, you do have quite an old version of MySQL running. So I advise you to upgrade to a recent version.
Thank you for the quick reply again, but it only finds 3 data records, but they should be around 2000... is it perhaps the comma in the title again? And shouldn't it be "title" instead of "alias" when replacing? The database is MySQL 5.7.42-45, the only one that Hosteurope offers me...