From fbc03b9bcce0fb5066da574021744ccae2f28b9e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 22 Aug 2019 23:44:01 +0200 Subject: web search: container_id, not _ident --- python/fatcat_web/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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" } }, -- cgit v1.2.3