diff --git a/hypermap/aggregator/templates/aggregator/search.html b/hypermap/aggregator/templates/aggregator/search.html
index 0a9463d..2fd0eb8 100644
--- a/hypermap/aggregator/templates/aggregator/search.html
+++ b/hypermap/aggregator/templates/aggregator/search.html
@@ -119,15 +119,15 @@
{% else %}
diff --git a/hypermap/aggregator/views.py b/hypermap/aggregator/views.py
index 2775a45..5fe8653 100644
--- a/hypermap/aggregator/views.py
+++ b/hypermap/aggregator/views.py
@@ -136,7 +136,8 @@ def index(request, catalog_slug=None):
'types_list': types_list,
'layers_count': layers_count,
'services_count': services_count,
- 'catalogs': Catalog.objects.filter(url__isnull=False)
+ 'catalogs': Catalog.objects.filter(url__isnull=False),
+ 'filter_by': filter_by,
})
return HttpResponse(template.render(context))