I am currently working on a Umbraco 7.7.6 project. We need a tool - or piece of code - that can traverse all nodes and do a search for specific words - and replace those with another word. A simple search and replace function.
We have tried to installed the two modules that exists within the topic. But any of those seems to work with Umbraco 7.7.6.
The site contains around 25000 nodes. So a manual search and replace is not possible.
Search And Replace in Umbraco
I am currently working on a Umbraco 7.7.6 project. We need a tool - or piece of code - that can traverse all nodes and do a search for specific words - and replace those with another word. A simple search and replace function.
We have tried to installed the two modules that exists within the topic. But any of those seems to work with Umbraco 7.7.6.
The site contains around 25000 nodes. So a manual search and replace is not possible.
Anyone had experience with this?
Comment author was deleted
Hey I think your best bet would be this package https://our.umbraco.org/projects/backoffice-extensions/find-and-replace/ did you try out that one? If it doesn't work the sourcecode is available so you could make the necessary tweaks to have it function correctly
is working on a reply...