v1.18.x
Barış Soner Uşaklı 7 years ago
parent 9da3be5af6
commit f3c8074668

@ -63,6 +63,7 @@ function searchInContent(data, callback) {
matchWords: data.matchWords || 'all', matchWords: data.matchWords || 'all',
cid: results.searchCids, cid: results.searchCids,
uid: results.searchUids, uid: results.searchUids,
searchData: data,
}, next); }, next);
} else { } else {
next(null, []); next(null, []);

Loading…
Cancel
Save