미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=opensearch
(main | opensearch)
- 이 모듈은 read 권한을 요구합니다.
- 출처: MediaWiki
- 라이선스: GPL-2.0+
OpenSearch 프로토콜을 이용하여 위키 검색하기
변수:
- search
문자열 검색
- limit
반환할 결과의 최대 수
- No more than 100 (100 for bots) allowed.
- Type: integer or max
- 기본값: 10
- namespace
Namespaces to search.
- 값 ("|"로 구분): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- 기본값: 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.
- 하나의 값: return, resolve
- format
The format of the output.
- 하나의 값: json, jsonfm, xml, xmlfm
- 기본값: json
- warningsaserror
If warnings are raised with format=json, return an API error instead of ignoring them.
- 유형: 부울 (자세한 정보)
예시:
- Find pages beginning with Te.
- api.php?action=opensearch&search=Te