SearchCacheHardLimit

Defines the maximum number of results that will be included in the search cache when a search request includes the hard limit.

If the end row is larger than SearchCacheSoftLimit but less than or equal to SearchCacheHardLimit, the search cache contains all rows from 1 to SearchCacheHardLimit.

If the end row is larger than SearchCacheHardLimit, nothing is cached for the search.

Typically, this setting should match the maximum number of search results displayed per page. See MaxResults.

Default is 200.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SearchCacheHardLimit=300

See Also