mirror of
https://github.com/Jackett/Jackett
synced 2025-03-06 11:48:49 +00:00
anthelion-api: disable category filtering
This commit is contained in:
parent
f563bdbc31
commit
9b9f26e77f
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ search:
|
|||
q: "{{ .Keywords }}"
|
||||
tmdb: "{{ .Query.TMDBID }}"
|
||||
imdb: "{{ .Query.IMDBIDShort }}"
|
||||
cat: "{{ join .Categories \",\" }}"
|
||||
# category filtering is disabled since it seems to rely on the AND operator that prevents some releases to show on search.
|
||||
# cat: "{{ join .Categories \",\" }}"
|
||||
limit: 100
|
||||
offset: 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue