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

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

Returns an argument to the SQL CONTAINS search command, based on a user-friendly search string (similar to Google). This is the method that is used in the the built-in search algorithm.Component authors can use the returned value to further develop the built-in search algorithm.

Namespace: ContentStudio.Site.ActiveScripting
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected virtual string TranslateSearchString(
	string search
)

Parameters

search
Type: SystemString
The user friendly search argument to be translated

Return Value

Type: String
Returns an argument to the SQL CONTAINS search command, based on a user-friendly search string (similar to Google).
See Also

Reference