Fixes: U4-5977 The debounce timeout on the main search is too big which produces a lag in searching

This commit is contained in:
Shannon
2014-12-09 19:05:00 +11:00
parent 451be273a5
commit ae2d9e6c55

View File

@@ -57,7 +57,7 @@ function treeSearchBox(localizationService, searchService) {
performSearch();
}
});
}, 200));
}, 20));
var searcher = searchService.searchContent;
//search