Merge remote-tracking branch 'remotes/02_GitLab/feature/FixSearchRegex' into dev

This commit is contained in:
JackDandy 2023-07-19 15:49:03 +01:00
commit 420576db09

View file

@ -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