Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe PlgSearchTags
+ Graphe d'héritage de PlgSearchTags:

Fonctions membres publiques

 onContentSearchAreas ()
 
 onContentSearch ($text, $phrase='', $ordering='', $areas=null)
 

Attributs protégés

 $autoloadLanguage = true
 

Description détaillée

Tags search plugin.

Depuis
3.3

Documentation des fonctions membres

◆ onContentSearch()

onContentSearch (   $text,
  $phrase = '',
  $ordering = '',
  $areas = null 
)

Search content (tags).

The SQL must return the following fields that are used in a common display routine: href, title, section, created, text, browsernav.

Paramètres
string$textTarget search string.
string$phraseMatching option (possible values: exact|any|all). Default is "any".
string$orderingOrdering option (possible values: newest|oldest|popular|alpha|category). Default is "newest".
string$areasAn array if the search is to be restricted to areas or null to search all areas.
Renvoie
array Search results.
Depuis
3.3

Références $app, $db, $groups, $item, $key, $lang, $limit, $ordering, $parts, $query, $row, $rows, $section, $text, $type, $user, TagsHelperRoute\getTagRoute(), JPATH_SITE, null, et JLoader\register().

◆ onContentSearchAreas()

onContentSearchAreas ( )

Determine areas searchable by this plugin.

Renvoie
array An array of search areas.
Depuis
3.3

Documentation des champs

◆ $autoloadLanguage

$autoloadLanguage = true
protected

La documentation de cette classe a été générée à partir du fichier suivant :