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é
|
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 hérités de JMediawikiObject | |
__construct (Registry $options=null, JMediawikiHttp $client=null) | |
buildParameter (array $params) | |
validateResponse ($response) | |
Membres hérités additionnels | |
Fonctions membres protégées hérités de JMediawikiObject | |
fetchUrl ($path) | |
Attributs protégés hérités de JMediawikiObject | |
$options | |
$client | |
MediaWiki API Search class for the Joomla Platform.
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. |
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. |
Références $path.