Extension:WikiSearchFront

From mediawiki.org
MediaWiki extensions manual
WikiSearchFront
Release status: stable
Implementation Parser function , Search
Description A front-end for WikiSearch
Author(s) User:Robis Koopmans talk (Wikibase Solutions)
Latest version 2.0.5 (Continuous updates)
MediaWiki 1.31+
Database changes No
Composer wikibase-solutions/wiki-search-front
License GNU General Public License 2.0 or later
Download

The WikiSearchFront extension is a front-end for WikiSearch written in Vue.js

Usage

See the help page for using the WikiSearchFront extension for further information.

Installation

It is required to use this extension in combination with WikiSearch.
  • Download and place the file(s) in a directory called WikiSearchFront in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WikiSearchFront' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


See also