From 592fd89077e40f33d91f0b3b0f91ef1e16126497 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Mon, 22 Aug 2011 18:32:36 -0700 Subject: [PATCH] Make facets do the project _exact. --- readthedocs/templates/search/faceted_project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/templates/search/faceted_project.html b/readthedocs/templates/search/faceted_project.html index 447882e2c..84d2501d1 100644 --- a/readthedocs/templates/search/faceted_project.html +++ b/readthedocs/templates/search/faceted_project.html @@ -10,7 +10,7 @@ {# Provide only the top 5 projects #} {% for project in facets.fields.project|slice:":10" %} {% if project.1 != 0 %} -
{{ project.0 }} ({{ project.1 }})
+
{{ project.0 }} ({{ project.1 }})
{% endif %} {% endfor %} {% else %}