nodebb-plugin-meilisearch
v0.7.3
Published
A plugin for integrating MeiliSearch with NodeBB
Downloads
126
Readme
Meilisearch Plugin for NodeBB
A search plugin integrating Meilisearch.
Make sure to disable nodebb-plugin-dbsearch
when using this plugin.
Installation
Make sure you have access to an instance of Meilisearch. This can be meilisearch cloud or a local instance (see their docs for installation instructions)
Install the plugin:
npm install nodebb-plugin-meilisearch
(or just use the ACP)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