Method Search::searchFor

Meta:

Written by

Leo Feyer <http://www.contao.org>

/system/libraries/Search.php line 301
Automatically extracted PHP DOC comment from code:

Search the database and return the result object

END OF PHP DOC
public function object searchFor(string $strKeywords, boolean $blnOrSearch, array $arrPid, integer $intRows, integer $intOffset, boolean $blnFuzzy)

Parameters

string $strKeywords
Not documented yet. Please add documentation to this entry.
boolean $blnOrSearch
Default: false
Not documented yet. Please add documentation to this entry.
array $arrPid
Default: false
Not documented yet. Please add documentation to this entry.
integer $intRows
Default:
Not documented yet. Please add documentation to this entry.
integer $intOffset
Default:
Not documented yet. Please add documentation to this entry.
boolean $blnFuzzy
Default: false
Not documented yet. Please add documentation to this entry.

Add a comment

What is the sum of 5 and 4?