diff --git a/index.html b/index.html index ce6a2038818..f2bfdbe5de5 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ } try { - const regex = RegExp(this.query); + const regex = RegExp(this.query, "i"); const results = this.packages.filter(pkg => { return regex.test(pkg.name); }) @@ -112,7 +112,7 @@