Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions api/handlers/dataexplorerhandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,8 +438,6 @@ def get_facets(self):
# if the query comes back with a return_type agg, remove it
facets_q['query'].pop('aggs', None)

config.log.debug(facets_q)

aggs = config.es.search(
index='data_explorer',
doc_type='flywheel',
Expand Down Expand Up @@ -582,7 +580,6 @@ def _construct_file_query(self, search_string, filters, size=100):
## RUNNING QUERIES AND PROCESSING RESULTS ##

def _run_query(self, es_query, result_type):
config.log.debug(es_query)
results = config.es.search(
index='data_explorer',
doc_type='flywheel',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ strict-rfc3339==0.7
uwsgi==2.0.13.1
webapp2==2.5.2
WebOb==1.5.1
git+https://github.com/flywheel-io/gears.git@65aae6ae6f8634bf45d744332641b3838fc06668#egg=gears
git+https://github.com/flywheel-io/gears.git@v0.1.1#egg=gears