Click or drag to resize
ISearchManagerCreateFilter Method
Creates the defined search filter

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
ISearchFilter CreateFilter(
	string fieldName,
	string match,
	Func<string, string, bool> condition
)

Parameters

fieldName
Type: SystemString
Name of the field
match
Type: SystemString
Match value
condition
Type: SystemFuncString, String, Boolean
Filter condition

Return Value

Type: ISearchFilter
See Also