Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
search ($srsearch, array $srnamespace=null, $srwhat=null, array $srinfo=null, array $srprop=null, $srredirects=null, $sroffest=null, $srlimit=null) | |
openSearch ($search, $limit=null, array $namespace=null, $suggest=null, $format=null) | |
Fonctions membres publiques inherited from JMediawikiObject | |
__construct (JRegistry $options=null, JMediawikiHttp $client=null) | |
buildParameter (array $params) | |
validateResponse ($response) |
Additional Inherited Members | |
Fonctions membres protégées inherited from JMediawikiObject | |
fetchUrl ($path) | |
Attributs protégés inherited from JMediawikiObject | |
$options | |
$client |
Définition à la ligne 19 du fichier search.php.
JMediawikiSearch::openSearch | ( | $search, | |
$limit = null , |
|||
array | $namespace = null , |
||
$suggest = null , |
|||
$format = null |
|||
) |
Method to search the wiki using opensearch protocol.
string | $search | Search string. |
integer | $limit | Maximum amount of results to return. |
array | $namespace | Namespaces to search. |
string | $suggest | Do nothing if $wgEnableOpenSearchSuggest is false. |
string | $format | Output format. |
Définition à la ligne 103 du fichier search.php.
JMediawikiSearch::search | ( | $srsearch, | |
array | $srnamespace = null , |
||
$srwhat = null , |
|||
array | $srinfo = null , |
||
array | $srprop = null , |
||
$srredirects = null , |
|||
$sroffest = null , |
|||
$srlimit = null |
|||
) |
Method to perform a full text search.
string | $srsearch | Search for all page titles (or content) that has this value. |
array | $srnamespace | The namespace(s) to enumerate. |
string | $srwhat | Search inside the text or titles. |
array | $srinfo | What metadata to return. |
array | $srprop | What properties to return. |
boolean | $srredirects | Include redirect pages in the search. |
integer | $sroffest | Use this value to continue paging. |
integer | $srlimit | How many total pages to return. |
Définition à la ligne 38 du fichier search.php.