Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Django
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dalia
Backend
Django
Commits
6f21f07d
Commit
6f21f07d
authored
2 months ago
by
Frank Lange
Browse files
Options
Downloads
Patches
Plain Diff
remove misleading TODO
parent
2fa880a2
No related branches found
No related tags found
No related merge requests found
Pipeline
#1632613
passed
2 months ago
Stage: container
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
project/dalia/query/items/search/text_search_query.py
+0
-1
0 additions, 1 deletion
project/dalia/query/items/search/text_search_query.py
with
0 additions
and
1 deletion
project/dalia/query/items/search/text_search_query.py
+
0
−
1
View file @
6f21f07d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment