From 2502d5affdd097bf52073b393cdb97285d023e5d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 6 Aug 2020 13:57:16 -0700 Subject: remove 'title' from poor metadata scoring --- fatcat_scholar/search.py | 1 - 1 file changed, 1 deletion(-) 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")), -- cgit v1.2.3