Perform a full text search.
Namespace:
Mindscape.LightSpeed.SearchAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
C# |
---|
public IList<SearchResult> Search( string query, params Type[] types ) |
Visual Basic (Declaration) |
---|
Public Function Search ( _ query As String, _ ParamArray types As Type() _ ) As IList(Of SearchResult) |
Parameters
- query
- Type: System..::.String
The full text search query.
- types
- Type: array<
System..::.Type
>[]()[]
A list of types used to limit the results returned.