mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 22:52:12 +02:00
fix suggested topics search
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user