Install Text Find & Replace Plugin
Prerequisites
Before installing this plugin, you need to install Advanced Search Addon module first.
Instructions
Add Maven Dependency
In the main pom.xml of your project, add a new property in the properties section. For the correct version number for your project, check the Release Notes page.
<bloomreach.text-search-replace.version>version-number</bloomreach.text-search-replace.version>
Add the following dependency in the cms-dependencies/pom.xml:
<dependency> <groupId>com.bloomreach.cms.text-search-replace</groupId> <artifactId>text-search-replace-repository</artifactId> <version>${bloomreach.text-search-replace.version}</version> </dependency> <dependency> <groupId>com.bloomreach.cms.text-search-replace</groupId> <artifactId>text-search-replace-frontend</artifactId> <version>${bloomreach.text-search-replace.version}</version> </dependency>
Now, you're ready to use the plugin!