Nápověda k MediaWiki API
Toto je automaticky generovaná dokumentační stránka k MediaWiki API.
Dokumentace a příklady: https://www.mediawiki.org/wiki/API
action=opensearch
(main | opensearch)
- Tento modul vyžaduje oprávnění ke čtení.
Search the wiki using the OpenSearch protocol.
Parametry:
- search
Hledaný řetězec.
- limit
Maximální počet vrácených výsledků
- Není dovoleno více než 100 (100 pro boty).
- Implicitní hodnota: 10
- namespace
Jmenné prostory pro vyhledávání.
- Hodnoty (oddělené „|“): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- Implicitní hodnota: 0
- suggest
Do nothing if $wgEnableOpenSearchSuggest is false.
- redirects
How to handle redirects:
- return
- Return the redirect itself.
- resolve
- Return the target page. May return fewer than limit results.
For historical reasons, the default is "return" for format=json and "resolve" for other formats.
- Jedna hodnota: return, resolve
- format
Formát výstupu.
- Jedna hodnota: json, jsonfm, xml, xmlfm
- Implicitní hodnota: json
- warningsaserror
If warnings are raised with format=json, return an API error instead of ignoring them.
Příklad:
- Najít stránky začínající na „Te“.
- api.php?action=opensearch&search=Te