aboutsummaryrefslogtreecommitdiffstats
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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py
index 5271547d..10549a15 100644
--- a/python/fatcat_web/search.py
+++ b/python/fatcat_web/search.py
@@ -218,6 +218,7 @@ def get_elastic_container_stats(issnl):
},
"aggs": { "container_stats": { "filters": { "filters": {
"in_web": { "term": { "in_web": "true" } },
+ "in_kbart": { "term": { "in_kbart": "true" } },
"is_preserved": { "term": { "is_preserved": "true" } },
}}}}
}