1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-03-04 10:48:26 +00:00

ildragonero: add wildcard to keywordless search. #8148

This commit is contained in:
ilike2burnthing 2025-01-15 16:44:40 +00:00 committed by GitHub
parent 32d4a83591
commit 76cf5627de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ search:
- name: re_replace
args: ["(\\w+)", "+$1"] # prepend + to each word
inputs:
keywords: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}"
keywords: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}*{{ end }}"
# all, any
terms: all
# Search in subforums: yes 1, no 0