[Bug Report] Some Performer Filter Criterions Do Not Work
Describe the bug
I am using Postman to send GraphQL queries (queryPerformers query). I am testing the filter criterions. Some work, some don't.
Am I missing something? Is this a known issue?
All queries look as follows, I just exchanged the filter criterion.
query QueryPerformers {
queryPerformers(
input: { name: "Mary", breast_type: { value: NATURAL, modifier: EQUALS } }
) {
count
performers {
name
breast_type
}
}
}
Working filters:
- gender
- age
- ethnicity
- country
- is_favorite
Filters that do nothing:
- eye_color
- hair_color
- height
- cup_size
- band_size
- waist_size
- hip_size
- breast_type
- career_start_year
- career_end_year
To Reproduce Steps to reproduce the behavior:
- Open Postman.
- Create GraphQL query with URL https://stashdb.org/graphql.
- Add API key to authenticate query.
- Copy paste query above and compare number of results with and without filter.
Expected behavior Performers should be filtered, respecting all set filter criteria.
Screenshots If applicable, add screenshots to help explain your problem please ensure that your screenshots are SFW or at least appropriately censored.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.