Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jkmartindale/categorysearchsuggestions
Adds categories to MediaWiki's search suggestions. Ported from MixedNamespaceSearchSuggestions.
https://github.com/jkmartindale/categorysearchsuggestions
javascript mediawiki mediawiki-api mediawiki-extension php
Last synced: about 1 month ago
JSON representation
Adds categories to MediaWiki's search suggestions. Ported from MixedNamespaceSearchSuggestions.
- Host: GitHub
- URL: https://github.com/jkmartindale/categorysearchsuggestions
- Owner: jkmartindale
- License: mit
- Created: 2016-10-22T16:28:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-08-05T07:18:02.000Z (over 3 years ago)
- Last Synced: 2024-12-19T06:14:34.244Z (about 1 month ago)
- Topics: javascript, mediawiki, mediawiki-api, mediawiki-extension, php
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a MediaWiki extension which changes the search box behavior to include suggestions from categories and all content namespaces, showing from which namespace each suggestion is from. This is done by shamelessly stealing [Niklas Laxström](https://www.mediawiki.org/wiki/User:Nikerabbit)'s extension [MixedNamespaceSearchSuggestions](https://www.mediawiki.org/wiki/Extension:MixedNamespaceSearchSuggestions) and adding a horrible JavaScript mess that somehow gets it to work with categories as well.
Requires MediaWiki 1.25 or newer.
For more details see the [extension page](https://www.mediawiki.org/wiki/Extension:CategorySearchSuggestions) at MediaWiki.org.