FullTextTranslatorTranslateSearchString Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Converts a "Google type" search syntax to a search argument that can be used as an argument to SQL-server's CONTAINS search command

Namespace: ContentStudio.Document
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static string TranslateSearchString(
	string searchstring
)

Parameters

searchstring
Type: SystemString
The seach string to translate

Return Value

Type: String
A String containing a translation of the searchstring to the SQL full-text search syntax.
See Also

Reference