扩展:高级搜索
There was an extension with the same name that was unmaintained and never ready for use in a production environment and was archived in 2013. Archived extension.
Extension:AdvancedSearch 发布状态: 稳定版 |
|
---|---|
![]() |
|
实现 | 用户界面, 搜索 |
描述 | Creating an improved advanced search interface for MediaWiki and aiming for a user friendly integration of search keywords. |
作者 | Wikimedia Germany (WMDE) |
最新版本 | continuous updates |
兼容性方针 | 发行分支 |
MediaWiki | 1.31+ |
数据庫更新 | 否 |
许可协议 | GNU通用公眾授權條款2.0 or later |
下载 | |
翻译AdvancedSearch扩展如果在translatewiki.net可用 | |
检查使用和版本矩阵。 | |
问题 | 开放的工作 · 报告错误 |
The AdvancedSearch extension enhances Special:Search by providing an advanced parameters form and improving how namespaces for a search query are selected.
Contents
安装
- This extension currently depends on Extension:CirrusSearch , make sure you have it installed.
- 下载文件,并将其放置在您
extensions/
文件夹中的AdvancedSearch
目录内。
- 将下列代码放置在您的LocalSettings.php的底部:
wfLoadExtension( 'AdvancedSearch' );
- 完成 – 在您的wiki上导航至Special:Version,以验证扩展已成功安装。
配置
The configuration options of AdvancedSearch are documented in the file docs/settings.md.
Adding more search fields
You can create your own Extensions and/or Gadgets that add custom fields to the field list. In the source code repository, you can find a code example for adding a new keyword and detailed API documentation on the extension point.
链接
此扩展被用于一个或多个维基媒体项目上。 这可能意味着扩展稳定且工作良好,足以用在同等高流量的网站上。 请在维基媒体的CommonSettings.php和InitialiseSettings.php配置文件中寻找此扩展名称以查看安装它的网站。 详细的已安装扩展的完整列表可在wiki的Special:Version页面找到。 |