To do this... | Perform the following steps... |
Change the number of results that appear on a page | Open the custom configuration file centrasite.xml in the <CentraSiteInstallDir>\cast\cswebapps\BusinessUI\custom\conf folder. Locate the property statement: <SearchResult noOfRows="20" /> Type the maximum number of results that you want to appear on the Search Results page before pagination is required. The maximum is 50 results. The default is 20 results. Increasing this number affects how quickly the user interface renders. |
Change the number of characters in the attribute name | Open the custom configuration file centrasite.xml in the <CentraSiteInstallDir>\cast\cswebapps\BusinessUI\custom\conf folder. Locate the property statement: <AttributeDisplaySize>10</AttributeDisplaySize> Type the maximum number of characters to truncate an attribute name. The default is 32 characters. |