From d68ec9ecfdd89ab1e82f93af7dff67fdbd0d591d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 1 Oct 2016 18:10:57 -0700 Subject: [PATCH] No email to search anymore. --- src/General/Index.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/Index.coffee b/src/General/Index.coffee index b99447d97..f96502270 100644 --- a/src/General/Index.coffee +++ b/src/General/Index.coffee @@ -832,7 +832,7 @@ Index = searchMatch: (obj, keywords) -> {info, file} = obj text = [] - for key in ['comment', 'subject', 'name', 'tripcode', 'email'] + for key in ['comment', 'subject', 'name', 'tripcode'] text.push info[key] if key of info text.push file.name if file text = text.join(' ').toLowerCase()