We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a2f51 commit ccde7c5Copy full SHA for ccde7c5
readthedocs/search/views.py
@@ -60,7 +60,7 @@ def elastic_search(request, project_slug=None):
60
index=request.GET.get('index'),
61
)
62
search_facets = collections.defaultdict(
63
- ProjectSearch,
+ lambda: ProjectSearch,
64
{
65
'project': ProjectSearch,
66
'domain': DomainSearch,
0 commit comments