From 0d3fd83493c7307a2b9593c7add90b8b6f4b4152 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 27 Jul 2020 15:58:03 -0700 Subject: remove duplicate fulltext search from query may also remove the 'title' and 'abstracts' searches, though they currently help with boosting, and will want to measure actual preformance difference before that change --- fatcat_scholar/search.py | 1 - 1 file changed, 1 deletion(-) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py index 3781700..1a543d9 100644 --- a/fatcat_scholar/search.py +++ b/fatcat_scholar/search.py @@ -179,7 +179,6 @@ def do_fulltext_search( "title^5", "biblio_all^3", "abstracts.body^2", - "fulltext.body", "everything", ], ) -- cgit v1.2.3