summaryrefslogtreecommitdiffstats
path: root/python/fatcat_web/search.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/fatcat_web/search.py')
-rw-r--r--python/fatcat_web/search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py
index 5b7bdbf6..446a851a 100644
--- a/python/fatcat_web/search.py
+++ b/python/fatcat_web/search.py
@@ -215,7 +215,7 @@ def get_elastic_container_stats(ident, issnl=None):
query = {
"size": 0,
"query": {
- "term": { "container_ident": ident }
+ "term": { "container_id": ident }
},
"aggs": { "container_stats": { "filters": { "filters": {
"in_web": { "term": { "in_web": "true" } },