aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fatcat_scholar/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py
index 7558db1..edff907 100644
--- a/fatcat_scholar/search.py
+++ b/fatcat_scholar/search.py
@@ -190,7 +190,6 @@ def do_fulltext_search(
should=[
# if these fields aren't set, metadata is poor. The more that do
# not exist, the stronger the signal.
- Q("bool", must_not=Q("exists", field="title")),
Q("bool", must_not=Q("exists", field="year")),
Q("bool", must_not=Q("exists", field="type")),
Q("bool", must_not=Q("exists", field="stage")),