No email to search anymore.
This commit is contained in:
parent
4c6701f2f7
commit
d68ec9ecfd
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user