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

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public virtual 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

Implements

ISearchSyntaxHelperProcessSearchKeywords(String, SearchOptionsEnum)
See Also