diff --git a/templates/rrs/recipes.html b/templates/rrs/recipes.html
index a94703d..a0260f3 100644
--- a/templates/rrs/recipes.html
+++ b/templates/rrs/recipes.html
@@ -225,12 +225,14 @@ $(document).ready(function() {
$("#select-status a").click(function() {
upstreamStatus = this.text
applyFilters()
+ $("#filter").val('')
updateRecipeCount()
});
$("#select-maintainer a").click(function() {
maintainer = this.text
applyFilters()
+ $("#filter").val('')
updateRecipeCount()
});