feat: improve dashboard search layout

This commit is contained in:
tdurieux
2023-02-06 12:55:32 +01:00
parent 4634b8d2d1
commit f897b5ba5b
2 changed files with 19 additions and 31 deletions
+1 -1
View File
@@ -1281,7 +1281,7 @@ angular
new RegExp(term, "gi");
} catch {
// escape regex characters
term = term.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, "\\$&");
term = term.replace(/[-[\]{}()*+?.,\\^$|#]/g, "\\$&");
}
if (term.trim() == "") {
continue;