fix suggested topics search

This commit is contained in:
barisusakli
2015-05-11 16:01:22 -04:00
parent f55e8bc548
commit d3b52136bd

View File

@@ -57,7 +57,7 @@ module.exports = function(Topics) {
Topics.getTopicField(tid, 'title', next);
},
function(title, next) {
search.searchQuery('topic', title, next);
search.searchQuery('topic', title, [], [], next);
}
], callback);
}