From bb28a3fc1cc900f2dde31e1dbc492d9661034f41 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 15 Nov 2018 13:11:52 -0800 Subject: large refactor of python names/paths - Add __init__.py files for fatcat_tools submodules, and use them in imports - Add a bunch of comments to files. - rename a number of classes and functions to be less verbose --- python/fatcat_web/search.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/fatcat_web') diff --git a/python/fatcat_web/search.py b/python/fatcat_web/search.py index 7fcdabea..0a3ea40e 100644 --- a/python/fatcat_web/search.py +++ b/python/fatcat_web/search.py @@ -3,6 +3,10 @@ import requests from flask import abort from fatcat_web import app +""" +Helpers for doing elasticsearch queries (used in the web interface; not part of +the formal API) +""" def do_search(q, limit=50, fulltext_only=True): -- cgit v1.2.3