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>

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?