diff options
Diffstat (limited to 'python/fatcat_web')
| -rw-r--r-- | python/fatcat_web/search.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 55caa9c5..fe0610e5 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -192,6 +192,7 @@ def do_release_search(              Q("bool", must_not=Q("exists", field="release_year")),              Q("bool", must_not=Q("exists", field="release_type")),              Q("bool", must_not=Q("exists", field="release_stage")), +            Q("bool", must_not=Q("exists", field="container_id")),          ],      ) | 
