MediaWiki API 說明
此頁為自動產生的 MediaWiki API 說明文件頁面。
說明文件與範例:https://www.mediawiki.org/wiki/API
list=search <pre>(sr) </pre>
- 此模組需要讀取權限。
- 此模块可作为发生器使用。
Perform a full text search.
參數:
- srsearch
搜索所有拥有此值的页面标题(或内容)。
- 此參數為必填。
- srnamespace
只在这些名字空间搜索。
- 多值 (以 | 分隔):0、1、2、3、4、5、6、7、8、9、10、11、12、13、14、15
- 預設值:0
- srwhat
Which type of search to perform.
- 單值:title、text、nearmatch
- srinfo
要返回的元数据。
- 多值 (以 | 分隔):totalhits、suggestion
- 預設值:totalhits|suggestion
- srprop
Which properties to return:
- size
- Adds the size of the page in bytes.
- wordcount
- Adds the word count of the page.
- timestamp
- Adds the timestamp of when the page was last edited.
- snippet
- Adds a parsed snippet of the page.
- titlesnippet
- Adds a parsed snippet of the page title.
- redirectsnippet
- Adds a parsed snippet of the redirect title.
- redirecttitle
- Adds the title of the matching redirect.
- sectionsnippet
- Adds a parsed snippet of the matching section title.
- sectiontitle
- Adds the title of the matching section.
- score
- Deprecated and ignored.
- hasrelated
- Deprecated and ignored.
- 多值 (以 | 分隔):size、wordcount、timestamp、score、snippet、titlesnippet、redirecttitle、redirectsnippet、sectiontitle、sectionsnippet、hasrelated
- 預設值:size|wordcount|timestamp|snippet
- sroffset
当更多结果可用时,使用这个继续。
- 預設值:0
- srlimit
要回傳的頁面總數。
- 不允許超過 50 (機器人為 500)。
- 預設值:10
- srinterwiki
搜索结果中包含跨wiki结果,如果可用。
範例:
- 搜索meaning。
- api.php?action=query&list=search&srsearch=meaning
- 搜索文本meaning。
- api.php?action=query&list=search&srwhat=text&srsearch=meaning
- 获得有关搜索meaning返回页面的页面信息。
- api.php?action=query&generator=search&gsrsearch=meaning&prop=info