Click or drag to resize
LuceneSearchSyntaxHelperTransformToFuzzySearch Method
Adds ~ signs to each term to force fuzzy search.

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

Parameters

searchExpression
Type: SystemString
Search expression to transform

Return Value

Type: String

Implements

ISearchSyntaxHelperTransformToFuzzySearch(String)
See Also