No email to search anymore.

This commit is contained in:
ccd0 2016-10-01 18:10:57 -07:00
parent 4c6701f2f7
commit d68ec9ecfd

View File

@ -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()