UseModWiki/Documentation:
Functions: SearchTitleAndBody
Given a search string, returns all pages for which:
- EITHER the body text
- OR the page name (munged as necessary if FreeLinks are enabled)
matches the string exactly (but case-insensitively). Yes, that's matches
exactly, even to the extent of not collapsing whitespace...
Given input:
A string containing a word or phrase to search on.
Returns results:
An array of page ids.
/Code