Click or drag to resize
LuceneSearchSyntaxHelperEscapeKeyWords Method
Escapes the key words to be searched

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public override string EscapeKeyWords(
	string keywords
)

Parameters

keywords
Type: SystemString
Keywords

Return Value

Type: String

Implements

ISearchSyntaxHelperEscapeKeyWords(String)
See Also