Previous Topic

Next Topic

Book Contents

Changing the number of matched terms that display in the coding browser

In the Coding Browser dialog box—Search mode, the Return All Matches checkbox indicates whether you want all the matched terms found to display in the browser. By default, the coding browser displays 200 matches. This number, and whether this option is available, is set by your administrator.

The CodingPlatform.config file, located in <Installation Folder>\CentralCodingServer\CodingWebUI\bin\config, contains the following section (these are the default values the Central Coding application ships with):

<CodingBrowserSettings>

<QuickRowLimit>200</QuickRowLimit>

<AllowReturnAllMatches>true</AllowReturnAllMatches>

<HardRowLimit>500</HardRowLimit>

</CodingBrowserSettings>

In the file:

Send Feedback