From 6a6634b2b94d13e638cd1a94b95a89791a01b504 Mon Sep 17 00:00:00 2001 From: Artiom White <48106195+Kyle-is-online@users.noreply.github.com> Date: Sun, 14 Mar 2021 17:26:47 +0200 Subject: [PATCH] fix bug in views.py --- bukuserver/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukuserver/views.py b/bukuserver/views.py index 9f113d9..736aca4 100644 --- a/bukuserver/views.py +++ b/bukuserver/views.py @@ -314,7 +314,7 @@ class BookmarkModelView(BaseModelView): def tags_not_contain_func(query, value, index): for item in query: for tag in item[index].split(','): - if tag and tag == value: + if tag and tag != value: yield item res.extend([