@oplik0 the SMTP didn't work either. But thank you very much for pointing at the other services! I've just tried SendGrid and it worked perfectly from the 1st attempt.
Search - how's ElasticSearch doing?
-
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!