Administer > Service Request Catalog Customization > Service Request Catalog customization > Configure the default search operator for Service Request Catalog

Configure the default search operator for Service Request Catalog

To configure the default search operator for the search engine of Service Request Catalog, follow these steps:

  1. Open the <SRC_root_folder>\WEB-INF\classes\ApplicationContext.properties file.

  2. Locate the following property:

    src.exactSearch.enable

  3. Modify the value as needed:

    • false: OR will be used as the default search operator.
    • true: AND will be used as the default search operator.

    Note In the out-of-box Service Request Catalog, src.exactSearch.enable is set to false.