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

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

Parameters

keywords
Type: System.String
String with keyword
searchOptions
Type: CMS.Search.SearchOptionsEnum
Search options specifies encoding

Return Value

Type: String

Implements

ISearchSyntaxHelper.ProcessSearchKeywords(String, SearchOptionsEnum)
See Also