Internet Direct (Indy) Version 9.0.2 Beta
TIdGopher.Search
Perform a Gopher search using a query.

function Search(ASelector: String; AQuery: String): TIdGopherMenu;
Parameters
ASelector: String
the selector for the gopher item AQuery - the Gopher query string.

AQuery: String
Returns
TIdGopherMenu - The Gopher menu returned for the query.

Description
Search is a TIdGopherMenu function used to perform a Gopher search with the query specified by AQuery, and returns a Gopher Menu resulting from the search. Gopher+ syntax is not supported in AQuery.

The application is responsible for freeing the TIdGopherMenu returned by this function.