手册:$wgCountTotalSearchHits
此功能已在版本1.24.0中完全移除。 |
搜索: $wgCountTotalSearchHits | |
---|---|
Allow the default search engine to count the total number of search matches, to be shown on Special:Search. |
|
引进版本: | 1.16.0 (r61008) |
移除版本: | 1.24.0 (Gerrit change 144642; git #8c953947) |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
详情
Set to true to have the default search engine count total search matches to present in the Special:Search UI. This feature is currently supported only by default MySQL and SQLite search engines.
This could however be slow on larger wikis, and is pretty flaky with the current title vs content split. Recommend avoiding until that's been worked out cleanly; but this may aid in testing the search UI and API to confirm that the result count works.
It was removed because it was broken in latest releases (if $wgCountTotalSearchHits was set to true, then the total number of hits returned was zero, which caused Special:Search to display no results), in favor of using 扩展:CirrusSearch instead.