$idea
$idea :
boolean
PARSEPHRASE -- break up a search phrase into component parts such as 'exact phrase', AND, OR and NOT
parse(mixed||string|int input, test = FALSE, stringSearch = FALSE, fulltextSearch = FALSE) :
Parse input and create SQL condition
mixed||string|int | input | $input['Word'] is the input string from the search form |
test | if TRUE formats the string for the natural language section of SEARCH.php. Default is FALSE |
|
stringSearch | if TRUE formats the string for searching attachments in SEARCH.php. Default is FALSE |
|
fulltextSearch | if TRUE manages the use of wildcards for fulltext (attachment) searches |
FALSE|string