미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/API
action=bs-statistics-search-options-store
- 이 모듈은 read 권한을 요구합니다.
- 출처: BlueSpiceExtendedStatistics
- 라이선스: GPL-3.0-only
Provides a store with available search options
- sort
JSON string with sorting info; deserializes to
array of objectsthat hold field name and direction for each sorting option- 기본값: []
- group
JSON string with grouping info; deserializes to
array of objectsthat hold field name and direction for each grouping option- 기본값: []
- filter
JSON string with filter info; deserializes to
array of objectsthat hold field name, filter type, and filter value for each filtering option- 기본값: []
- page
Allows server side calculation of start/limit
- 유형: 정수
- 기본값: 0
- limit
Number of results to return
- 유형: 정수
- 기본값: 25
- start
The offset to start the result list from
- 유형: 정수
- 기본값: 0
- callback
A method name in the client code that should be called in the response (JSONP)
- query
Similar to filter, but the provided value serves as a filter only for the value field of an ExtJS component
- _dc
Disable cacheflag- 유형: 정수
- format
The format of the output (only JSON or formatted JSON)
- 다음 값 중 하나: json, jsonfm 또는 alternative: json, jsonfm
- 기본값: json
- context
JSON string encoded object with context data for the store