Extension:CategorySearchSuggestions
Jump to navigation
Jump to search
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
CategorySearchSuggestions Release status: unmaintained |
|
---|---|
Implementation | Skin |
Description | Displays search suggestions from categories and all content namespaces, indicating each suggestion's namespace |
Author(s) | James Martindale; most code stolen from Niklas Laxström (Jkmartindaletalk) |
Latest version | 0.1 (2016-10-22) |
MediaWiki | 1.25+ |
License | MIT License |
Download | GitHub: Note: README |
CategorySearchSuggestions modifies the search suggestions box to include suggestions from categories and all namespaces registered with $wgContentNamespaces
.
This is a horrid patch of Niklas Laxström's extension MixedNamespaceSearchSuggestions to include the category namespace.
Installation[edit]
- Download and place the file(s) in a directory called
CategorySearchSuggestions
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'CategorySearchSuggestions' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- Ping me on my talk page. I'm genuinely curious if anybody else cares about this.
See also[edit]
- Extension:GoToCategory - the inspiration for this extension
- Extension:MixedNamespaceSearchSuggestions - the extension from which 98% of this extension's code was cannibalized