How to remove all tags from a site in one sole manipulation ?

cancel
Showing results for 
Search instead for 
Did you mean: 
pierat
Member II

How to remove all tags from a site in one sole manipulation ?

Jump to solution

Hi,

I need to remove something like 2000 tags from one alfresco site because they are no more relevant.

Is there's a way to do that for all in the same time ?

Thanks for any suggestion, Pierre

1 Solution

Accepted Solutions
afaust
Master

Re: How to remove all tags from a site in one sole manipulation ?

Jump to solution

Unfortunately there is no out-of-the-box operation to do this in one go. You pretty much would have to write your own script / action routine for this. If you are using the JavaScript Console, you could use it to write an ad-hoc script to clean your site in one operation (provided there are not too many documents) or multiple iterations (using the runLikeCrazy feature until you no longer find documents to strip of tags).

View solution in original post

1 Reply
afaust
Master

Re: How to remove all tags from a site in one sole manipulation ?

Jump to solution

Unfortunately there is no out-of-the-box operation to do this in one go. You pretty much would have to write your own script / action routine for this. If you are using the JavaScript Console, you could use it to write an ad-hoc script to clean your site in one operation (provided there are not too many documents) or multiple iterations (using the runLikeCrazy feature until you no longer find documents to strip of tags).