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?

    We rely on cookies

    to optimize our communication and to enhance your customer experience. By clicking on the Accept and Close button, you agree to the collection of cookies. You can also adjust your preferences by clicking on Manage Preferences. For more information please see our Privacy policy.

    Manage cookies
    Accept & close

    Cookies preferences

    Accept & close
    Back