SearchBlackBox SDK - The Full-Text Search Engine SDK for .NET

SearchEngine.ExecuteSearch Method

Executes the query, and returns the SearchResults object.

Overload List

Executes the query, and returns the SearchResults object.

public SearchResults ExecuteSearch(string,string);

Executes the query across multiple fields, and returns the SearchResults object.

public SearchResults ExecuteSearch(string,string[]);

See Also

SearchEngine Class | SearchBlackBox.SDK Namespace