torrentlt: use percent wildcard on searches. resolves #12308

This commit is contained in:
Garfield69 2021-09-15 13:34:07 +12:00
parent b2a1b1133f
commit 5850b6e4b1
1 changed files with 2 additions and 0 deletions

View File

@ -137,6 +137,8 @@ search:
keywordsfilters:
- name: replace
args: [".", " "] # issue #3296
- name: re_replace
args: ["[^\\w\\d\\(\\)]+", "%"]
rows:
selector: table> tbody > tr[class^="torrents-table__"]