From dc82313a3664c0153f837c25ad1471e8e4b8a96a Mon Sep 17 00:00:00 2001 From: Prinz23 Date: Wed, 19 Jul 2023 16:07:38 +0200 Subject: [PATCH] fix regex for matching in search shows drop down --- gui/slick/js/displayShow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/slick/js/displayShow.js b/gui/slick/js/displayShow.js index 50243ef6..e5838be2 100644 --- a/gui/slick/js/displayShow.js +++ b/gui/slick/js/displayShow.js @@ -45,7 +45,7 @@ $(document).ready(function() { return true; } - const white_space_regex = /\W/ui; + const white_space_regex = /\W/gui; function sel_matcher(params, data) { // If there are no search terms, return all of the data