ISearchSyntaxHelperTransformToFuzzySearch Method |
Adds ~ signs to each term to force fuzzy search.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 12.0.0
Syntax string TransformToFuzzySearch(
string searchExpression
)
Parameters
- searchExpression
- Type: SystemString
Search expression to transform
Return Value
Type:
StringSee Also