diff options
-rw-r--r-- | fatcat_scholar/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
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")), ], ) |