Справка MediaWiki API
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=opensearch
(main | opensearch)
- Этот модуль требует прав на чтение.
- Источник: MediaWiki
- Лицензия: GPL-2.0+
Search the wiki using the OpenSearch protocol.
Параметры:
- search
Строка поиска.
- limit
Максимальное число возвращаемых результатов.
- Разрешено не более чем 100 (100 для ботов).
- Тип: целое число или max
- По умолчанию: 10
- namespace
Пространства имён для поиска.
- Значения (разделённые |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- По умолчанию: 0
- suggest
Do nothing if $wgEnableOpenSearchSuggest is false.
- Тип: двоичный (details)
- 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.
- Одно из следующих значений: return, resolve
- format
Формат вывода.
- Одно из следующих значений: json, jsonfm, xml, xmlfm
- По умолчанию: json
- warningsaserror
If warnings are raised with format=json, return an API error instead of ignoring them.
- Тип: двоичный (details)
Пример:
- Find pages beginning with Te.
- api.php?action=opensearch&search=Te [open in sandbox]