Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
maybe we don't need to kill the boost query?
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sinchok committed May 28, 2015
1 parent 7b1b57e commit 8e644f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bulbs/special_coverage/models.py
Expand Up @@ -51,8 +51,6 @@ def _save_percolator(self):

if "query" in query_filter:
q = {"query": query_filter.get("query", {})}
if "query" in q["query"]["filtered"]:
del q["query"]["filtered"]["query"]
else:
# We don't know how to save this
return
Expand Down

0 comments on commit 8e644f9

Please sign in to comment.