Specify the number of results in CCMS Web Search Results

You can add a new parameter to specify the number of results listed on the Search Results page. The default value is 100, but with an infinite scroll.

Procedure

  1. In the TEXTML Administration perspective, connect to your server.
  2. In the system/webplatform/configuration folder, check out and open the web.platform.config.xml file.
  3. Add the search.result.size parameter, and then add a value between 100 and 1000 for the results list.

    You can specify a value between 100 and 1000. If you specify a value greater or less than that, the value remains the default 100. If the parameter is not present in the web.platform.config.xml, the value remains the default 100.

    <entry key="search.result.size">1000</entry>
  4. Save, close, and check in the file.
  5. Refresh the Web Server.