Derp the pdb

break-out-core-urls-views
Eric Holscher 2016-03-21 15:45:25 -07:00
parent eca5096b58
commit d04ac0cfdf
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ def search_file(request, query, project_slug=None, version_slug=LATEST, taxonomy
in Project.objects.public(
request.user).filter(
superprojects__parent__slug=project.slug))
import ipdb; ipdb.set_trace()
final_filter['and'].append({"terms": {"project": project_slugs}})
# Add routing to optimize search by hitting the right shard.