I created the following provision:
declare(“Tags.*”, null, {value: false});
commit();
All Tags are removed, except those that have ‘.’ (dots) and ‘/’ (slashes). The others that only contain letters and numbers are deleted without issues.
I created the following provision:
declare(“Tags.*”, null, {value: false});
commit();
All Tags are removed, except those that have ‘.’ (dots) and ‘/’ (slashes). The others that only contain letters and numbers are deleted without issues.
Could you give us an exemple of Tag that you can’t delete?
Here’s the example in the image:
I noticed that the dots and bars are written in hexadecimal, I don’t know if that ends up influencing
I was having trouble to add/remove tags with /, so, before add I use replace() to replace it with _, so it’s easier to handle
look: