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

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

Parameters

searchExpression
Type: SystemString
Search expression to transform

Return Value

Type: String
See Also