Disabling the Content Delivery search feature

By default, the Content Delivery search feature is an enabled feature, and RWS considers it a core product feature. But if you have decided not to use it, perhaps because you have a search feature of your own, you must disable the Content Delivery search feature.

About this task

To disable search, perform the steps below in the following microservices:
  • Content Service
  • Content Deployer

Procedure

  1. Go to the configuration location of the microservice.
  2. Open application.properties for editing.
  3. Find the spring.profiles.active property, which sets the active Spring profiles as a comma-separated list of values. If search is enabled, search is one of those values.
  4. Remove the search value from the comma-separated list of values.
  5. Save and close application.properties.

Results

The Content Delivery search feature is now disabled.