Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oplik0/nodebb-plugin-meilisearch
Full-text searching for NodeBB using Meilisearch
https://github.com/oplik0/nodebb-plugin-meilisearch
Last synced: about 2 months ago
JSON representation
Full-text searching for NodeBB using Meilisearch
- Host: GitHub
- URL: https://github.com/oplik0/nodebb-plugin-meilisearch
- Owner: oplik0
- License: mit
- Created: 2022-09-01T14:35:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T12:52:41.000Z (2 months ago)
- Last Synced: 2024-10-25T14:06:31.951Z (about 2 months ago)
- Language: JavaScript
- Size: 399 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-meilisearch - Plugin for NodeBB
README
[![Test](https://github.com/oplik0/nodebb-plugin-meilisearch/actions/workflows/test.yml/badge.svg)](https://github.com/oplik0/nodebb-plugin-meilisearch/actions/workflows/test.yml)
# Meilisearch Plugin for NodeBBA search plugin integrating [Meilisearch](https://www.meilisearch.com/).
Make sure to disable `nodebb-plugin-dbsearch` when using this plugin.
## Installation
1. Make sure you have access to an instance of [Meilisearch](https://www.meilisearch.com/). This can be meilisearch cloud or a local instance (see [their docs](https://www.meilisearch.com/docs/learn/getting_started/installation) for installation instructions)
2. Install the plugin: `npm install nodebb-plugin-meilisearch` (or just use the ACP)
3. Set your URL and API Key in the ACP under `admin/plugins/meilisearch`
> **Warning**
> Currently this plugin doesn't do a good job of informing the user about configuration errors, make sure your Meilisearch instance is reachable by NodeBB and that the plugin is configured correctly## Screenshots
#### ACP:
![Settings screenshot](settings-screenshot.png)