added filter:tags.search

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 47964e8ff4
commit 34c1d69ed3

@ -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 : []);
});
});
};

Loading…
Cancel
Save