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

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public static string TransformToFuzzySearch(
	string searchExpression
)

Parameters

searchExpression
Type: SystemString
Search expression to transform

Return Value

Type: String
See Also