| SearchSyntaxHelperTransformToFuzzySearch Method  | 
            Adds ~ signs to each term to force fuzzy search.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntaxpublic static string TransformToFuzzySearch(
	string searchExpression
)
Parameters
- searchExpression
 - Type: SystemString
Search expression to transform 
Return Value
Type: 
String
See Also