anthelion-api: disable category filtering

This commit is contained in:
Bogdan
2023-12-25 12:55:42 +02:00
parent f563bdbc31
commit 9b9f26e77f

View File

@@ -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