Fix bug from v1.13.0.3 causing index/catalog search to not search comment.
This commit is contained in:
parent
cb4c3e40be
commit
baa14a2765
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user