Merge "tag (and non fuzzy) search on the home page"

This commit is contained in:
Brad Fitzpatrick 2011-12-04 23:30:48 +00:00 committed by Gerrit Code Review
commit 079dd35213
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function handleFormSearch(e) {
}
var query = input.value.split(/\s*,\s*/);
window.location = "./search.html?q=" + query[0];
window.location = "./search.html?q=" + query[0] + "&t=tag";
}
function indexOnLoad(e) {