X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/4616e23c1bd0474db31b4bc303aa17b61fc3cefb..aae232dcf008ab39db553bc1b20573fa00e3b191:/apps/search/index.py?ds=inline

diff --git a/apps/search/index.py b/apps/search/index.py
index 85bcb616d..7fb60b508 100644
--- a/apps/search/index.py
+++ b/apps/search/index.py
@@ -1,5 +1,7 @@
 # -*- coding: utf-8 -*-
-
+# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+#
 from django.conf import settings
 
 import os
@@ -163,7 +165,7 @@ class Index(SolrIndex):
 
                 q_id_cat = self.index.Q(q_id & q_cat)
                 tag_qs.append(q_id_cat)
-            self.delete_query(tag_qs)
+            self.delete_query(*tag_qs)
         else:  # all
             q = self.index.Q(tag_id__any=True)
             self.delete_query(q)