The intro to the policy says "This privacy policy applies to the Site and all products and services offered by NodeBB."
Does that mean it applies to the end users of the NodeBB forums?
Search is high priority for us. I still need to dig into this one, haven’t had time quite yet. Some links I've collected and need to follow-up on:
https://github.com/designcreateplay/NodeBB/issues/142
https://github.com/designcreateplay/NodeBB/issues/786
https://github.com/designcreateplay/NodeBB/pull/789
Can anybody provide a quick status summary on this? @seti123? Is it ready to go? Does it require mongo?
If not I’ll circle back and update this thread later on with what I find.
@julian So I forked and installed @seti123 's plugin. I had to make a few changes to the way it calls topics.getTopicsByTids() - it looks like the function signature may have changed.
At this point I appear to be getting legitimate search results from the long-form search url that's being installed:
http://localhost:8252/nodebb-plugins-elasticsearch/search/:term
I believe the standing question is:
Is there some way to override the built-in /api/search/:term route so the UI will process the elasticsearch results instead of the built-in REDS results?
I'll dive in and see if I can figure it out... let me know if you have any input.
Thanks!