From 6c87ad4be3faaba936791c57d09d2989dde4ff46 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 28 Jul 2020 15:26:55 -0700 Subject: include container_ident in metadata completeness boost --- fatcat_scholar/search.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fatcat_scholar') diff --git a/fatcat_scholar/search.py b/fatcat_scholar/search.py index c0e8189..2d65946 100644 --- a/fatcat_scholar/search.py +++ b/fatcat_scholar/search.py @@ -192,6 +192,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")), ], ) -- cgit v1.2.3