FinderIndexerQuery::processString
Method to process the query input string and extract required, optional, and excluded tokens; taxonomy filters; and date filters.
Signature
protected function processString(string
$input,
string
$lang,
string
$modeĀ )
Parameters
-
$input
- The query input string.
-
$lang
- The query input language.
-
$mode
- The query matching mode.
Returns
- boolean
- True on success.
Errors/Exceptions
-
Exception
- on database error.