@ -272,7 +272,9 @@ module.exports = function(Topics) {
return a > b;
});
callback(null, matches);
plugins.fireHook('filter:tags.search', {data: data, matches: matches}, function(err, data) {
callback(err, data ? data.matches : []);
};