From 6f21f07da56eedaedbbba96c4b255f83496e6562 Mon Sep 17 00:00:00 2001
From: flange <38500-flange@users.noreply.git.rwth-aachen.de>
Date: Tue, 4 Mar 2025 18:10:41 +0100
Subject: [PATCH] remove misleading TODO

---
 project/dalia/query/items/search/text_search_query.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/project/dalia/query/items/search/text_search_query.py b/project/dalia/query/items/search/text_search_query.py
index c003183..fc546ab 100644
--- a/project/dalia/query/items/search/text_search_query.py
+++ b/project/dalia/query/items/search/text_search_query.py
@@ -55,7 +55,6 @@ def prepare_where_for_text_search_for_learning_resources(
         ),
         # Communities also have dcterms:title and dcterms:description fields,
         # so these text search matches have to be excluded.
-        # TODO: This FILTER NOT EXISTS could be moved below the text search to improve performance.
         FILTER_EXISTS(
             (var_lr, RDF.type, MoDalia.Community),
             state=False
-- 
GitLab