Skip to content

Commit 3f9c587

Browse files
Filter from first typed symbol
1 parent 48686ad commit 3f9c587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/gh-pages/script.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@
397397
$scope.bySearch = function (lint, index, array) {
398398
let searchStr = $scope.search;
399399
// It can be `null` I haven't missed this value
400-
if (searchStr == null || searchStr.length < 3) {
400+
if (searchStr == null) {
401401
return true;
402402
}
403403
searchStr = searchStr.toLowerCase();

0 commit comments

Comments
 (0)