Click or drag to resize
SearchSyntaxHelperProcessSearchKeywords Method
Returns modified keywords string based on searchOptions.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
public static string ProcessSearchKeywords(
	string keywords,
	SearchOptionsEnum searchOptions
)

Parameters

keywords
Type: SystemString
String with keyword
searchOptions
Type: CMS.SearchSearchOptionsEnum
Search options specifies encoding

Return Value

Type: String
See Also