mirror of https://github.com/perkeep/perkeep.git
Merge "tag (and non fuzzy) search on the home page"
This commit is contained in:
commit
079dd35213
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue