DB Replacer doesn’t find any snippet in content/fulltext when I use \{snippet ([^"\|]*)\} in the search field
DP Replacer does find the word snippet in content/fulltext. When I press the Search button the maximum of 100 pages are found with that word in it. I.e. this tag: {snippet advertentie08}
So something is wrong with the syntax? Or do I have to do something extra?
In search box, with regular expression on: \{snippet ([^"\|]*)\}
In replace box: \{snippet ([a-zA-Z0-9_-]+)\}
Results in for instance: {snippet advertentie08} will be replaced by: \{snippet ([a-zA-Z0-9_-]+)\}
Can you give me (super) admin, (s)ftp and database (PhpMyAdmin) access so I can take a look?
You can use the 'Confidential information' button in the forum editor to hide sensitive information.
Ah, I see what the issue is.
Zoo stores the data in the 'elements' column as a json string.
You are replacing the string with a string that contains double quotes.
This makes the json string syntax invalid and 'corrupts' the Zoo item data.