How to replace all a word in content! HELP PLS

Good afternoon, I would like to replace all one word in the Hippo CMS content - wherever it appears. How to do this?

Hi,

You can run same query in groovy update script and update your content:

1 Like

there is also a search - replace plugin:

1 Like

Hi,
There’s a plugin for that, see Text Find & Replace Plugin.

If you don’t want that, then you may consider a Groovy script (as developer), see Updater Scripts.

HTH
Jeroen

[edit - exact same as above :-)]

1 Like