From 4c157374f480137a64edaa672a7aff8c0dad314f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 12 Aug 2020 15:25:46 -0700 Subject: use container_name, not container_ident, in boost This should result in SIM page fulltext matches not getting pushed down as much, as well as things like biorxiv (*rxiv) results. --- fatcat_scholar/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fatcat_scholar/search.py') diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py index b2c5460..0b6798d 100644 --- a/fatcat_scholar/search.py +++ b/fatcat_scholar/search.py @@ -200,7 +200,7 @@ def do_fulltext_search( Q("bool", must_not=Q("exists", field="year")), Q("bool", must_not=Q("exists", field="type")), Q("bool", must_not=Q("exists", field="stage")), - Q("bool", must_not=Q("exists", field="biblio.container_ident")), + Q("bool", must_not=Q("exists", field="biblio.container_name")), ], ) -- cgit v1.2.3