From f3c80746685ed2a7a88466450572e3f8f7c56881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 5 Jun 2018 13:43:34 -0400 Subject: [PATCH] closes #6552 --- src/search.js | 1 + 1 file changed, 1 insertion(+) 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, []);