Revert "TPB: make tpb return 0 results when query is ideographs. resolves #7291"

This reverts commit 46bb3bbe67.
This commit is contained in:
Garfield69 2020-04-14 18:52:21 +12:00
parent d2122794f9
commit e1eee85849
1 changed files with 0 additions and 3 deletions

View File

@ -120,9 +120,6 @@
paths:
- path: "{{ if .Keywords }}/search/{{ .Keywords }}/0/{{ .Config.order }}/{{ join .Categories \",\"}}{{else}}/recent{{end}}"
keywordsfilters:
# replace simplified chinese as this confuses TPB search engine #7291
- name: re_replace
args: ["([\\p{IsCJKUnifiedIdeographs}\\W]+)", "#"]
# currently, the only uploader for General Hospital puts a space between season and episode
# this filter searches both formats, so "General Hospital S01E02" becomes "General Hospital S01E02 | (S01 E02)"
- name: re_replace