@sharonyue we use dbsearch, the plugin bundled with every NodeBB installation 🙂
about search problem
-
nodebb (1.4.6) + nodebb-plugin-dbsearch 2.0.2 is used. But the search always returns nothing.
This forum search function is no problem.
Is there any special setup for the search function?
-
do you search something with latin character?
If you use a picture language(e.g chinese),you should make a new plugin to support for. -
I think this forum uses the solr search plugin, which would (probably) have much better support for searching in different languages. I know that this elasticsearch one was created / modified recently to support Chinese.
-
My post is English and Chinese mixture. There is also nothing returned if only search English. Is it the normal result?
I try use solr. It is a little complicate to setup solr.
-
Did you try reindexing?
-
I always reindex, but still could not get anything from search.
-
I setup the solr. It works in the web admin. I also setup the nodebb-plugin-solr, but it always reports unable to connect the solr.
It is strange.