mirror of
https://github.com/Jackett/Jackett
synced 2025-01-03 05:36:44 +00:00
Ettv: sort by created for rss, test and no-keyword search #3209
This commit is contained in:
parent
4d8d21a815
commit
b4eda2ed54
1 changed files with 3 additions and 1 deletions
|
@ -69,6 +69,8 @@
|
||||||
inputs:
|
inputs:
|
||||||
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
$raw: "{{range .Categories}}c{{.}}=1&{{end}}"
|
||||||
search: "{{ .Keywords }}"
|
search: "{{ .Keywords }}"
|
||||||
|
sort: "id"
|
||||||
|
order: "desc"
|
||||||
incldead: "1"
|
incldead: "1"
|
||||||
keywordsfilters:
|
keywordsfilters:
|
||||||
- name: replace
|
- name: replace
|
||||||
|
@ -110,4 +112,4 @@
|
||||||
downloadvolumefactor:
|
downloadvolumefactor:
|
||||||
text: "0"
|
text: "0"
|
||||||
uploadvolumefactor:
|
uploadvolumefactor:
|
||||||
text: "1"
|
text: "1"
|
||||||
|
|
Loading…
Reference in a new issue