Configure the Bulk Basket list size

You can add a new parameter to specify the number of results listed in the bulk basket. The default value is a maximum 100 objects.

You can specify an alternate value for the number of listed bulk basket results between the values of 100 and 1000. If you specify a value greater or less than that, the value remains the default 100.

Note: If you do not add the parameter, the limit remains as 100.

Because the parameter is neither included as part of the web.platform.config.xml file, nor added by an update script, you must manually add the parameter.

To add the bulk basket list parameter:

  1. In the system/webplatform/configuration folder, check out and open the web.platform.config.xml file.
  2. Add the bulk.basket.size property, and then add a value between 100 and 1000 for the results list. The example includes the default value.
    <entry key="bulk.basket.size">100</entry>
  3. Save, close, and Check In the file.
    The size for the search results list is set.
  4. As with any change to the configuration, you must refresh the Web Server, and then notify users to refresh their browser.