fix regex for matching in search shows drop down

This commit is contained in:
Prinz23 2023-07-19 16:07:38 +02:00
parent 39099d91c6
commit dc82313a36

View file

@ -45,7 +45,7 @@ $(document).ready(function() {
return true; return true;
} }
const white_space_regex = /\W/ui; const white_space_regex = /\W/gui;
function sel_matcher(params, data) { function sel_matcher(params, data) {
// If there are no search terms, return all of the data // If there are no search terms, return all of the data