mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-18 16:53:38 +00:00
Merge remote-tracking branch 'remotes/02_GitLab/feature/FixSearchRegex' into dev
This commit is contained in:
commit
420576db09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue