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

[Feature] Extend gender filter options on /performers #2593

Closed
armbyants opened this issue May 16, 2022 · 2 comments
Closed

[Feature] Extend gender filter options on /performers #2593

armbyants opened this issue May 16, 2022 · 2 comments

Comments

@armbyants
Copy link

armbyants commented May 16, 2022

Is your feature request related to a problem? Please describe.
I'd like to be able to filter /performers by gender using boolean operators other than exact match. Today, I have to select between Male, Female, Transgender Male, etc. (screenshot below). I'd like to be able to filter for IS NULL, IS NOT male. etc.

image

A specific use case that I often run into is when new performers have been created with default null gender (such as being added during a scrape), and I want to find all performers without stashIDs that I haven't already organized. I'd like to be able to add stashID IS NULL and (gender IS NULL or gender IS NOT MALE) filter options to find them.

Describe the solution you'd like
Extend performer gender filter matching logic to match others such as URL or checksum

image

TL;DR

I want the above filter logic options (or at least an option to match NULL) for gender in /performers.

Happy to provide more context if helpful. Cheers 🎉

@armbyants armbyants changed the title [Feature] Extend gender filter options for gender on /performers [Feature] Extend gender filter options on /performers May 16, 2022
@stg-annon
Copy link
Collaborator

#2394

@WithoutPants
Copy link
Collaborator

Duplicate of #2394

@WithoutPants WithoutPants marked this as a duplicate of #2394 Jan 16, 2024
@WithoutPants WithoutPants closed this as not planned Won't fix, can't repro, duplicate, stale Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants