Click or drag to resize
SearchHelperMaxResults Property
Gets the value that is used for maximal number of records returned from search index.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static int MaxResults { get; }

Property Value

Type: Int32
Remarks

This option doesn't affect information about number of available results.

Default value is set to 1000 items per search request. This value can be changed by config key CMSSearchMaxResultsNumber but always consider impact on search performance.

See Also