get_search_results
Usage: array get_search_results (string searchid)
Purpose: Returns the search results of a search.
Availability: IPB SDK 1.0
Purpose: Returns the search results of a search.
Availability: IPB SDK 1.0
Returns the results of a the search query searchid. The array returned may vary depending on the type of search performed.
// Perform a new search and get the ID.
$searchid = $SDK->simple_search ("hello world");
$results = $SDK->get_search_results($searchid);
$searchid = $SDK->simple_search ("hello world");
$results = $SDK->get_search_results($searchid);
See Also: simple_search
User Contributed Notes
Documentation Generated at Sat, 16 Apr 2005 07:36:35 -0700
Find the latest version at http://ipbsdk.sourceforge.net
cow
get_search_results isn't limited to only grabbing the results to searches performed by the SDK. Searches can be performed by IPB, and then grabbed by the SDK.