cancel
Showing results for 
Search instead for 
Did you mean: 

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

pierat
Champ in-the-making
Champ in-the-making

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 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

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 answer in original post

1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator

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).