1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-20 14:39:31 +00:00

filelisting: search in title only

reverts 9444c3c948
This commit is contained in:
ilike2burnthing 2021-11-03 16:01:07 +00:00 committed by GitHub
parent 9444c3c948
commit 5d5a87ddd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,12 +31,10 @@ settings:
search:
paths:
# https://filelisting.com/result?q=bad+batch
- path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}"
- path: "result{{ if .Keywords }}?q={{ .Keywords }}{{ else }}{{ end }}+in:title"
rows:
selector: table > tbody > tr:has(td.dn-title)
filters:
- name: andmatch
fields:
category: