feat: add search data to filter:search.inContent

This commit is contained in:
Barış Soner Uşaklı
2022-10-20 20:35:35 -04:00
parent 248fd6721c
commit be92be4eee

View File

@@ -81,6 +81,7 @@ async function searchInContent(data) {
const metadata = await plugins.hooks.fire('filter:search.inContent', {
pids: allPids,
data: data,
});
if (data.returnIds) {