feat(core): torrents global search at home

This commit is contained in:
OldHawk
2018-01-26 13:19:58 +08:00
parent 26fd37439c
commit 9ca47a63d2
7 changed files with 302 additions and 6 deletions

View File

@@ -41,9 +41,6 @@ exports.list = function (req, res) {
condition.vipOnly = false;
}
console.log('------------------------condition------------------------');
console.log(condition);
var findForumsList = function (callback) {
Forum.find(condition)
.sort('category order -createdat')