array results(
int
$searchID
)
|
|
Returns the search results of a search.
Parameters:
|
int |
$searchID: |
ID of the Search |
API Tags:
| Return: | Search Results or false on failure. BBCode is stripped off the results. To hilight the search string use str_replace() in your main script. |
| Access: | public |
Information Tags:
string simple(
string
$string, [string
$forums = '*'], [bool
$dateorder = false], [bool
$recursive = false]
)
|
|
Performs a simple search and returns a search id.
Parameters:
|
string |
$string: |
Text to search for (SQL rules apply) |
|
string |
$forums: |
Default: '*' (any), or comma-separated list of forum IDs |
|
bool |
$dateorder: |
Default: false, true = Order by post_date |
|
bool |
$recursive: |
Default: false, true = Get subforums, too |
API Tags:
| Return: | Search ID or false on failure |
| Access: | public |
Information Tags: