API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
SearchHelper::_smartSubstr | ( | $ | text, |
$ | length = 200 , |
||
$ | searchword | ||
) |
returns substring of characters around a searchword
string | The source string |
int | Number of chars to return |
string | The searchword to select around |
Références $text, JString::strlen(), JString::strpos(), JString::strtolower(), et JString::substr().
Référencé par prepareSearchContent().
SearchHelper::checkNoHtml | ( | $ | object, |
$ | searchTerm, | ||
$ | fields | ||
) |
Checks an object for search terms (after stripping fields of HTML)
object | The object to check |
string | Search words to check for |
array | List of object variables to check against |
Références $text, et JString::stristr().
SearchHelper::limitSearchWord | ( | &$ | searchword | ) |
Références JString::strlen(), et JString::substr().
Référencé par SearchViewSearch::display().
SearchHelper::logSearch | ( | $ | search_term | ) |
Références $db, $mainframe, $params, $query, JFactory::getDBO(), et JComponentHelper::getParams().
Référencé par SearchViewSearch::display().
SearchHelper::prepareSearchContent | ( | $ | text, |
$ | length = 200 , |
||
$ | searchword | ||
) |
Prepares results from search for display
string | The source string |
int | Number of chars to trim |
string | The searchword to select around |
Références $text, et _smartSubstr().
Référencé par SearchViewSearch::display(), et plgXMLRPCJoomlaServices::searchSite().
SearchHelper::santiseSearchWord | ( | &$ | searchword, |
$ | searchphrase | ||
) |
Références $lang, $search_ignore, JFactory::getLanguage(), JString::strlen(), et JString::strtolower().
Référencé par SearchViewSearch::display().