aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-07-28 15:26:55 -0700
committerBryan Newbold <bnewbold@archive.org>2020-07-28 15:26:55 -0700
commit6c87ad4be3faaba936791c57d09d2989dde4ff46 (patch)
tree970233f37855b616091e58ffdf98867e077ddad7
parent1952f59f9f283e0f0758657c250a9f7a786d3bdc (diff)
downloadfatcat-scholar-6c87ad4be3faaba936791c57d09d2989dde4ff46.tar.gz
fatcat-scholar-6c87ad4be3faaba936791c57d09d2989dde4ff46.zip
include container_ident in metadata completeness boost
-rw-r--r--fatcat_scholar/search.py1
1 files changed, 1 insertions, 0 deletions
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")),
],
)