diff --git a/src/search.js b/src/search.js index f0726f60d6..89f8cb66ab 100644 --- a/src/search.js +++ b/src/search.js @@ -63,6 +63,7 @@ function searchInContent(data, callback) { matchWords: data.matchWords || 'all', cid: results.searchCids, uid: results.searchUids, + searchData: data, }, next); } else { next(null, []);