Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Genre filtering #750

Open
1 task done
adamef93 opened this issue May 15, 2024 · 1 comment
Open
1 task done

Genre filtering #750

adamef93 opened this issue May 15, 2024 · 1 comment

Comments

@adamef93
Copy link

Description

It seems that stacking genres behaves as "and" rather than "or". Selecting the genres I'm interested in results in nothing found because it's searching for media categorized as action AND comedy AND sci-fi AND etc when I'm trying to filter out what I don't want to see

Desired Behavior

Modify the genre filter in a way that multiple selections don't behave as an "and" operator. Or at least provide the option to change how combining genres works

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@Fallenbagel
Copy link
Owner

That is the intended behavior of genre filter.
Genre filtering is done by the tmdb api. It works the exact way as the filters work on tmdb website:
https://www.themoviedb.org/tv/
https://www.themoviedb.org/movie/

We don't do any filtering logical on the client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants