wikibase-solutions/wiki-search-front

Frontend for WikiSearch extension

Installs: 327

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 4

Forks: 6

Open Issues: 11

Language:Vue

Type:mediawiki-extension

v3.0.3 2024-09-03 13:31 UTC

This package is not auto-updated.

Last update: 2024-09-19 15:14:20 UTC


README

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

Installation

It is recommended to use this extension in combination with WikiSearch and optionally WSSemanticParsedText.

  • 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:

    wfLoadExtension( 'WikiSearchFront' );

  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage

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

License (GPL-2.0+)

See LICENSE.