From f72a79b21b0050fb73047dda29c5db0ec2d02cda Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Wed, 29 Nov 2023 09:35:04 +1300 Subject: [PATCH] torrentview: use today.year for keywordless as previous keyword is not returning results --- src/Jackett.Common/Definitions/torrentview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/torrentview.yml b/src/Jackett.Common/Definitions/torrentview.yml index 7c1d46abb..a301bbcdd 100644 --- a/src/Jackett.Common/Definitions/torrentview.yml +++ b/src/Jackett.Common/Definitions/torrentview.yml @@ -63,7 +63,7 @@ search: gr_id: "" # search in: title sfl: wr_subject - stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}금요일{{ end }}" + stx: "{{ if .Keywords }}{{ .Keywords }}{{ else }}{{ .Today.Year }}{{ end }}" # search operand: or, and sop: and