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

Does this plugin work for version 12.6.8?

Does this plugin work for version 12 6 8?

Hello @B_A

yes see here Text Find & Replace Plugin Release Notes - Bloomreach Experience Manager (PaaS/Self-Hosted) - The Fast and Flexible Headless CMS
the compatible version would be 0.8.0

Kind regards

1 Like

Found the installation instructions, thanks

thank you