diff options
Diffstat (limited to 'fatcat_covid19')
-rw-r--r-- | fatcat_covid19/search.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fatcat_covid19/search.py b/fatcat_covid19/search.py index 921520c..8b90a4a 100644 --- a/fatcat_covid19/search.py +++ b/fatcat_covid19/search.py @@ -1,4 +1,11 @@ +""" +Helpers to make elasticsearch queries. + +TODO: switch to using elasticsearch-dsl library instead of requests+json. +already have a WIP branch for this in fatcat repo. +""" + import json import datetime import requests |