No email to search anymore.
This commit is contained in:
parent
4c6701f2f7
commit
d68ec9ecfd
@ -832,7 +832,7 @@ Index =
|
|||||||
searchMatch: (obj, keywords) ->
|
searchMatch: (obj, keywords) ->
|
||||||
{info, file} = obj
|
{info, file} = obj
|
||||||
text = []
|
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 info[key] if key of info
|
||||||
text.push file.name if file
|
text.push file.name if file
|
||||||
text = text.join(' ').toLowerCase()
|
text = text.join(' ').toLowerCase()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user