This article covers a Bloomreach Experience Manager version 13. There's an updated version available that covers our most recent release.

Install Text Find & Replace Plugin

Bloomreach offers Enterprise support for this feature to Bloomreach Experience customers. The release cycle of this feature may differ from our core product release cycle. 

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>
Note: Since v13, the maven coordinates have been changed from com.onehippo.cms7:hippo-plugin-adv-search-textreplace-* to com.bloomreach.cms.text-search-replace:text-search-replace-*.

Now, you're ready to use the plugin!

Did you find this page helpful?
How could this documentation serve you better?
On this page
    Did you find this page helpful?
    How could this documentation serve you better?