https://github.com/mbround18/wikijs-module-meilisearch
Millisearch module for wikijs, wicked fast searching at the tips of your fingers!
https://github.com/mbround18/wikijs-module-meilisearch
javascript meilisearch rust wikijs
Last synced: about 1 month ago
JSON representation
Millisearch module for wikijs, wicked fast searching at the tips of your fingers!
- Host: GitHub
- URL: https://github.com/mbround18/wikijs-module-meilisearch
- Owner: mbround18
- Created: 2024-08-21T03:46:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-18T06:12:57.000Z (3 months ago)
- Last Synced: 2025-04-11T12:41:17.770Z (about 1 month ago)
- Topics: javascript, meilisearch, rust, wikijs
- Language: Rust
- Homepage:
- Size: 1.53 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WikiJS Module | Meilisearch
## Description
This module is a plugin for the [WikiJS](https://wiki.js.org/) software. It allows you to use the [Meilisearch](https://meilisearch.com/) search engine to index and search your wiki content.
## Pre-requisites
1. A running instance of Meilisearch
2. A running instance of WikiJS## Installation
1. Navigate to the latest release of the module on the [releases page](https://github.com/mbround18/wikijs-module-meilisearch/releases).
2. Download the `meilisearch.zip` file.
3. Extract the contents of the zip file into the `/wiki/server/modules/meilisearch` directory.
4. Restart your WikiJS server.
5. Navigate to your admin panel
6. Click on the `Search` tab
7. Select `Meilisearch` from the dropdown
8. Enter the URL of your Meilisearch server (e.g. `http://localhost:7700`)
9. Change the API key
10. Click `Apply`> **Note:** If you do not see a green success message, try to apply again and then check the logs.