From 148bc94e4dd484eeb0658460beb25ab91d64486c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 6 Dec 2021 18:26:56 +0200 Subject: [PATCH 2/3] fdsfds --- files/routes/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/search.py b/files/routes/search.py index 99d4f38a0..76ea5272a 100644 --- a/files/routes/search.py +++ b/files/routes/search.py @@ -196,7 +196,7 @@ def searchcomments(v): if 'q' in criteria: words=criteria['q'].split() - words=[Comment.body.ilike('%'+x+'%') for x in words] + words=[Comment.body_html.ilike('%'+x+'%') for x in words] words=tuple(words) comments=comments.filter(*words) From 252defe4f0e677f2814de47029ac304a18861274 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 6 Dec 2021 18:52:34 +0200 Subject: [PATCH 3/3] fsdfds --- files/templates/emoji_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/emoji_modal.html b/files/templates/emoji_modal.html index 1611cf89d..ccae485ac 100644 --- a/files/templates/emoji_modal.html +++ b/files/templates/emoji_modal.html @@ -84,7 +84,7 @@ - +