remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 01:49:29 +02:00
parent 6973e957e2
commit 40b9e46979
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ def searchcomments(v):
comments = g.db.query(Comment).options(lazyload('*')).filter(Comment.parent_submission != None).join(Comment.comment_aux)
comments = g.db.query(Comment.id).options(lazyload('*')).filter(Comment.parent_submission != None).join(Comment.comment_aux)
if 'q' in criteria:
words=criteria['q'].split()