Fix bug from v1.13.0.3 causing index/catalog search to not search comment.

This commit is contained in:
ccd0 2016-10-22 21:08:47 -07:00
parent cb4c3e40be
commit baa14a2765

View File

@ -874,6 +874,7 @@ Index =
searchMatch: (obj, keywords) ->
{info, file} = obj
info.comment ?= Build.parseComment info.commentHTML.innerHTML
text = []
for key in ['comment', 'subject', 'name', 'tripcode']
text.push info[key] if key of info