This plugin extends NodeBB to utilise an installation of Elasticsearch as a search backend.
- Install this plugin via npm:
npm install nodebb-plugin-search-elasticsearch
- Activate it in the Plugins page
- Restart NodeBB
- Check that the plugin has successfully connected to the search engine. If not, adjust as necessary.
npm install nodebb-plugin-search-elasticsearch
- fixed the bug of latest version of elasticsearch api (^12.x.x)
- fixed searcingh result id error
##TODO
- fixation of the bug that searchTopic method does not called by filer:topic.search hook properly
- getTopicCount method cannot get the inner value of a nested json object