feat(forums): load search result topic content data

This commit is contained in:
OldHawk
2017-07-19 16:21:30 +08:00
parent 25a9afb06f
commit bc8f638f3c
3 changed files with 45 additions and 1 deletions

View File

@@ -154,8 +154,9 @@ exports.forumsSearch = function (req, res) {
}
if (req.body.forumId) {
condition.forum = req.body.forumId
condition.forum = req.body.forumId;
}
if (keysA.length > 0) {
condition.$or = [
{title: {'$all': keysA}},