Perform a full text search.

Namespace:  Mindscape.LightSpeed.Search
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
IList<SearchResult> Search(
	string query,
	params string[] scopes
)
Visual Basic (Declaration)
Function Search ( _
	query As String, _
	ParamArray scopes As String() _
) As IList(Of SearchResult)

Parameters

query
Type: System..::.String
The full text search query.
scopes
Type: array< System..::.String >[]()[]
A list of scopes used to limit the results returned.

Return Value

A collection of SearchResult objects.

See Also